emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi,v


From: Robert J. Chassell
Subject: [Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi,v
Date: Thu, 02 Nov 2006 11:26:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Robert J. Chassell <bob>        06/11/02 11:26:40

Index: emacs-lisp-intro.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispintro/emacs-lisp-intro.texi,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- emacs-lisp-intro.texi       1 Nov 2006 23:44:51 -0000       1.48
+++ emacs-lisp-intro.texi       2 Nov 2006 11:26:40 -0000       1.49
@@ -24,8 +24,8 @@
 
 @comment %**end of header
 
address@hidden edition-number 3.01
address@hidden update-date 2006 Oct 31
address@hidden edition-number 3.02
address@hidden update-date 2006 November 2
 
 @ignore
  ## Summary of shell commands to create various output formats:
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]