summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-03-31 16:28:07 +0000
committerRichard M. Stallman <rms@gnu.org>2002-03-31 16:28:07 +0000
commit3e505153dab95ddbda1b5a2d91ea23402654f0f1 (patch)
tree6a6a07dc29cf9845eeb8f07656aac6f721c57ab5 /lisp/simple.el
parent1fc9ee97d308e1f237b54cb44926da8e18cfe269 (diff)
downloademacs-3e505153dab95ddbda1b5a2d91ea23402654f0f1.tar.gz
(kill-new): Doc fix.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 14320d46418..eefac3fce0f 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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."