changeset 73610:242f2b7c7873

Fix unbalanced quotes.
author Juri Linkov <juri@jurta.org>
date Wed, 01 Nov 2006 23:44:51 +0000
parents 782b89a1246c
children d1bc957e4056
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:30:41 2006 +0000
+++ b/lispintro/emacs-lisp-intro.texi	Wed Nov 01 23:44:51 2006 +0000
@@ -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}
     @var{body}@dots{})
 @end group