]> git.eshelyaron.com Git - emacs.git/commitdiff
(kill-new): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 31 Mar 2002 16:28:07 +0000 (16:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 31 Mar 2002 16:28:07 +0000 (16:28 +0000)
lisp/ChangeLog
lisp/simple.el

index 755519d93bf58a43d6b92c6d2529822a99225ee2..9715827371585daed7338da4e16be21f1661cb0b 100644 (file)
@@ -1,5 +1,7 @@
 2002-03-31  Richard M. Stallman  <rms@gnu.org>
 
+       * simple.el (kill-new): Doc fix.
+
        * emacs-lisp/byte-opt.el (side-effect-free-fns)
        (side-effect-and-error-free-fns): Add many functions, remove some.
 
index 14320d46418aaf41695df884c84b22d1fb284539..eefac3fce0f4448fa8260d245cf368e622328278 100644 (file)
@@ -1697,7 +1697,7 @@ ring directly.")
 
 (defun kill-new (string &optional replace)
   "Make STRING the latest kill in the kill ring.
-Set the kill-ring-yank pointer to point to it.
+Set `kill-ring-yank-pointer' to point to it.
 If `interprogram-cut-function' is non-nil, apply it to STRING.
 Optional second argument REPLACE non-nil means that STRING will replace
 the front of the kill ring, rather than being added to the list."