# HG changeset patch # User Juri Linkov # Date 1162424691 0 # Node ID 242f2b7c7873281ca1a185e6d40f8e50b6b0ed1d # Parent 782b89a1246cc6b9dabd9f15943c9e843daba784 Fix unbalanced quotes. diff -r 782b89a1246c -r 242f2b7c7873 lispintro/emacs-lisp-intro.texi --- 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