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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi,v
Date: Wed, 01 Nov 2006 23:44:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     06/11/01 23:44:51

Index: emacs-lisp-intro.texi
===================================================================
RCS file: /sources/emacs/emacs/lispintro/emacs-lisp-intro.texi,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- emacs-lisp-intro.texi       1 Nov 2006 23:30:41 -0000       1.47
+++ emacs-lisp-intro.texi       1 Nov 2006 23:44:51 -0000       1.48
@@ -19246,7 +19246,7 @@
 @smallexample
 @group
 (defun current-kill (n &optional do-not-move)
-  "Rotate the yanking point by N places, and then return that kill.
+  "Rotate the yanking point by N places, and then return that kill."
   (let @var{varlist}
     @address@hidden)
 @end group




reply via email to

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