Mercurial > emacs
changeset 73609:782b89a1246c
Fix unbalanced quotes.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 01 Nov 2006 23:30:41 +0000 |
parents | 7520c658d78f |
children | 242f2b7c7873 |
files | lispintro/emacs-lisp-intro.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispintro/emacs-lisp-intro.texi Wed Nov 01 23:23:18 2006 +0000 +++ b/lispintro/emacs-lisp-intro.texi Wed Nov 01 23:30:41 2006 +0000 @@ -10255,7 +10255,7 @@ @code{(setq kill-ring-yank-pointer kill-ring)} (defun rotate-yank-pointer (arg) - "Rotate the yanking point in the kill ring. + "Rotate the yanking point in the kill ring." With argument, rotate that many kills forward (or backward, if negative)." (interactive "p") (current-kill arg))