diff lisp/simple.el @ 3467:002945794814

(kill-ring-save): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jun 1993 02:39:51 +0000
parents 8ffb00332c5f
children 8c151ebeff9c
line wrap: on
line diff
--- a/lisp/simple.el	Fri Jun 04 02:24:45 1993 +0000
+++ b/lisp/simple.el	Fri Jun 04 02:39:51 1993 +0000
@@ -1064,7 +1064,7 @@
 
 (defun kill-ring-save (beg end)
   "Save the region as if killed, but don't kill it.
-This command is similar to copy-region-as-kill, except that it gives
+This command is similar to `copy-region-as-kill', except that it gives
 visual feedback indicating the extent of the region being copied.
 If `interprogram-cut-function' is non-nil, also save the text for a window
 system cut and paste."