diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-05-13 16:41:32 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-05-13 16:41:32 +0000 |
commit | 6c4999321b6cd68e8ae3764c3f75fa6d72c0ae83 (patch) | |
tree | 50d826540124d3ed0be5c7ec217c971945853f50 /doc | |
parent | 6dc64eebc7e85f245d31b5de881f0983f47fb535 (diff) | |
download | emacs-6c4999321b6cd68e8ae3764c3f75fa6d72c0ae83.tar.gz |
(Lisp Atoms): Rephrase "in addition" to avoid confusion with addition
operation discussed in previous paragraph.
Diffstat (limited to 'doc')
-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 parentheses, without any non-Lisp punctuation.) @need 1250 -In addition, text between double quotation marks---even sentences or -paragraphs---is an atom. Here is an example: +Text between double quotation marks---even sentences or +paragraphs---is also an atom. Here is an example: @cindex Text between double quotation marks @smallexample |