changeset 69410:7f8930333b39

(yank): Fix typo in docstring.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 11 Mar 2006 17:01:47 +0000
parents ab524efd17a5
children c47491ae7b58
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sat Mar 11 17:00:13 2006 +0000
+++ b/lisp/simple.el	Sat Mar 11 17:01:47 2006 +0000
@@ -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).