]> git.eshelyaron.com Git - emacs.git/commitdiff
(yank): Fix typo in docstring.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 11 Mar 2006 17:01:47 +0000 (17:01 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 11 Mar 2006 17:01:47 +0000 (17:01 +0000)
lisp/simple.el

index ac96798f8fad13e08cef9a6e763cdcfab29b7fec..73a28072a7898897970bf57061c4fdf2fa7788c4 100644 (file)
@@ -2690,7 +2690,7 @@ doc string for `insert-for-yank-1', which see."
   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).