diff options
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 4 |
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 | |||
| 1229 | parentheses, without any non-Lisp punctuation.) | 1229 | parentheses, without any non-Lisp punctuation.) |
| 1230 | 1230 | ||
| 1231 | @need 1250 | 1231 | @need 1250 |
| 1232 | In addition, text between double quotation marks---even sentences or | 1232 | Text between double quotation marks---even sentences or |
| 1233 | paragraphs---is an atom. Here is an example: | 1233 | paragraphs---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 |