emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 fde56ee 1/2: Revert "Fix a typo in emacs-lisp-intro.texi"


From: Eli Zaretskii
Subject: emacs-28 fde56ee 1/2: Revert "Fix a typo in emacs-lisp-intro.texi"
Date: Mon, 25 Oct 2021 12:20:10 -0400 (EDT)

branch: emacs-28
commit fde56eeb764dd20267187b225c2a0d27c795f0dd
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Revert "Fix a typo in emacs-lisp-intro.texi"
    
    This reverts commit 98eb6d783a482cd7ebca7ec656b0775b82c68e57.
    I've consulted with Richard Stallman about this, and he says
    that the original wording, "kinds of atom", is both correct
    and more elegant writing.  So I'm restoring the original text.
    * doc/lispintro/emacs-lisp-intro.texi (Lisp Atoms): Undo the
    fix of a "typo" that wasn't a typo.  (Bug#51271)
---
 doc/lispintro/emacs-lisp-intro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index 3897e5a..6ecd552 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -1177,7 +1177,7 @@ are different from the meaning the letters make as a 
word.  For
 example, the word for the South American sloth, the @samp{ai}, is
 completely different from the two words, @samp{a}, and @samp{i}.
 
-There are many kinds of atoms in nature but only a few in Lisp: for
+There are many kinds of atom in nature but only a few in Lisp: for
 example, @dfn{numbers}, such as 37, 511, or 1729, and @dfn{symbols}, such
 as @samp{+}, @samp{foo}, or @samp{forward-line}.  The words we have
 listed in the examples above are all symbols.  In everyday Lisp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]