From 3e505153dab95ddbda1b5a2d91ea23402654f0f1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 31 Mar 2002 16:28:07 +0000 Subject: [PATCH] (kill-new): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/simple.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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." -- 2.39.2