From 6c4999321b6cd68e8ae3764c3f75fa6d72c0ae83 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 13 May 2008 16:41:32 +0000 Subject: [PATCH] (Lisp Atoms): Rephrase "in addition" to avoid confusion with addition operation discussed in previous paragraph. --- doc/lispintro/emacs-lisp-intro.texi | 4 ++-- 1 file 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 -- 2.39.5