changeset 44273:5180d0ff95f6

(kill-new): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 31 Mar 2002 16:27:56 +0000
parents bdbb1e28c817
children acee054dc5cd
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sun Mar 31 16:22:58 2002 +0000
+++ b/lisp/simple.el	Sun Mar 31 16:27:56 2002 +0000
@@ -1697,7 +1697,7 @@
 
 (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."