]> code.delx.au - gnu-emacs/commitdiff
Fix unbalanced quotes.
authorJuri Linkov <juri@jurta.org>
Wed, 1 Nov 2006 23:44:51 +0000 (23:44 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 1 Nov 2006 23:44:51 +0000 (23:44 +0000)
lispintro/emacs-lisp-intro.texi

index dce9e9055a6169d0442fac43fd588077386d7869..e06dd809cc39b09fc7749351c4ca736783e1b57b 100644 (file)
@@ -19246,7 +19246,7 @@ skeletal form:
 @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