[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/simple.el
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/simple.el |
Date: |
Sat, 11 Mar 2006 17:01:47 +0000 |
Index: emacs/lisp/simple.el
diff -u emacs/lisp/simple.el:1.793 emacs/lisp/simple.el:1.794
--- emacs/lisp/simple.el:1.793 Sat Mar 11 15:44:19 2006
+++ emacs/lisp/simple.el Sat Mar 11 17:01:47 2006
@@ -2690,7 +2690,7 @@
nil)
(defun yank (&optional arg)
- "Reinsert (\"past\") the last stretch of killed text.
+ "Reinsert (\"paste\") 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).