aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 225245907a1..bcc685552f5 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -1229,8 +1229,8 @@ this case are symbols, separated by whitespace and enclosed by
1229parentheses, without any non-Lisp punctuation.) 1229parentheses, without any non-Lisp punctuation.)
1230 1230
1231@need 1250 1231@need 1250
1232In addition, text between double quotation marks---even sentences or 1232Text between double quotation marks---even sentences or
1233paragraphs---is an atom. Here is an example: 1233paragraphs---is also an atom. Here is an example:
1234@cindex Text between double quotation marks 1234@cindex Text between double quotation marks
1235 1235
1236@smallexample 1236@smallexample