(kill-new): Doc fix.

This commit is contained in:
Richard M. Stallman 2002-03-31 16:28:07 +00:00
parent 1fc9ee97d3
commit 3e505153da
2 changed files with 3 additions and 1 deletions

View 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.

View 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."