# HG changeset patch # User Luc Teirlinck # Date 1142096507 0 # Node ID 7f8930333b39985a12d753e2a329f88bb4430493 # Parent ab524efd17a54036e69709eb01d0394271428f5a (yank): Fix typo in docstring. diff -r ab524efd17a5 -r 7f8930333b39 lisp/simple.el --- 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).