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