]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix unbalanced quotes.
authorJuri Linkov <juri@jurta.org>
Wed, 1 Nov 2006 23:30:41 +0000 (23:30 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 1 Nov 2006 23:30:41 +0000 (23:30 +0000)
lispintro/emacs-lisp-intro.texi

index 44dc14f20cfb212273147fa0391655fbf6106bac..dce9e9055a6169d0442fac43fd588077386d7869 100644 (file)
@@ -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))