emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 11 Mar 2006 15:09:48 +0000

Index: emacs/lisp/simple.el
diff -u emacs/lisp/simple.el:1.791 emacs/lisp/simple.el:1.792
--- emacs/lisp/simple.el:1.791  Sun Feb 12 20:31:12 2006
+++ emacs/lisp/simple.el        Sat Mar 11 15:09:48 2006
@@ -2506,8 +2506,8 @@
 (put 'text-read-only 'error-message "Text is read-only")
 
 (defun kill-region (beg end &optional yank-handler)
-  "Kill between point and mark.
-The text is deleted but saved in the kill ring.
+  "Kill (\"cut\") text between point and mark.
+This deletes the text from the buffer and saves it in the kill ring.
 The command \\[yank] can retrieve it from there.
 \(If you want to kill and then yank immediately, use \\[kill-ring-save].)
 
@@ -2690,7 +2690,7 @@
   nil)
 
 (defun yank (&optional arg)
-  "Reinsert the last stretch of killed text.
+  "Reinsert (\"past") the last stretch of killed text.
 More precisely, reinsert the stretch of killed text most recently
 killed OR yanked.  Put point at end, and set mark at beginning.
 With just \\[universal-argument] as argument, same but put point at beginning 
(and mark at end).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]