From: Robert J. Chassell Date: Thu, 2 Nov 2006 11:26:40 +0000 (+0000) Subject: * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition X-Git-Tag: emacs-pretest-22.0.91~401 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45ddadc02d972475201f34b2e342478f47a3a929;p=emacs.git * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition of extraneous quotation mark to rotate-yank-pointer. Reset edition-number to 3.02 and update-date to 2006 November 2. --- diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index e06dd809cc3..8a5500efa16 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -24,8 +24,8 @@ @comment %**end of header -@set edition-number 3.01 -@set update-date 2006 Oct 31 +@set edition-number 3.02 +@set update-date 2006 November 2 @ignore ## Summary of shell commands to create various output formats: @@ -10255,7 +10255,7 @@ In GNU Emacs 22, the @code{kill-new} function calls @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))