summaryrefslogtreecommitdiff
path: root/lispintro
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2006-11-01 23:44:51 +0000
committerJuri Linkov <juri@jurta.org>2006-11-01 23:44:51 +0000
commit5e8cbf3064337259da0f18dba9dae47036009933 (patch)
tree21a4a82e1fafdf7396696818bc9be4a6cd3709a9 /lispintro
parent2450a97b89a38f5d0665b607a2ca6440e0a723d4 (diff)
downloademacs-5e8cbf3064337259da0f18dba9dae47036009933.tar.gz
Fix unbalanced quotes.
Diffstat (limited to 'lispintro')
-rw-r--r--lispintro/emacs-lisp-intro.texi2
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