(kill-new): Doc fix.
This commit is contained in:
parent
1fc9ee97d3
commit
3e505153da
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue