From 0a81bd34a4d64f9d2b6c9f5d2978b1a4f02b1c6b Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 1 Nov 2006 23:44:51 +0000 Subject: [PATCH] Fix unbalanced quotes. --- lispintro/emacs-lisp-intro.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index dce9e9055a6..e06dd809cc3 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -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 -- 2.39.2