From: Richard M. Stallman Date: Sun, 31 Mar 2002 16:28:07 +0000 (+0000) Subject: (kill-new): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~15884 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e505153dab95ddbda1b5a2d91ea23402654f0f1;p=emacs.git (kill-new): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 755519d93bf..97158273715 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2002-03-31 Richard M. Stallman + * 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. 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."