diff options
author | Juri Linkov <juri@jurta.org> | 2006-11-01 23:44:51 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2006-11-01 23:44:51 +0000 |
commit | 0a81bd34a4d64f9d2b6c9f5d2978b1a4f02b1c6b (patch) | |
tree | 93e475a0ba0fc88e9dec25e808d49a6680a0f3fc /lispintro | |
parent | 356d75b6c81156f7e3c3263ed961dec966808fa1 (diff) | |
download | emacs-0a81bd34a4d64f9d2b6c9f5d2978b1a4f02b1c6b.tar.gz |
Fix unbalanced quotes.
Diffstat (limited to 'lispintro')
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |