]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in emacs-lisp-intro.texi
authorStefan Kangas <stefan@marxist.se>
Tue, 19 Oct 2021 00:36:06 +0000 (02:36 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 19 Oct 2021 00:39:00 +0000 (02:39 +0200)
* doc/lispintro/emacs-lisp-intro.texi (Lisp Atoms): Fix typo.
Reported by Mor Zahavi <morzahavi@me.com>.  (Bug#51271)

doc/lispintro/emacs-lisp-intro.texi

index 6ecd552ebb00dd1d7d33014c1c4230c583f5a970..3897e5a062739cb95b4378172b32dcdb03bac78c 100644 (file)
@@ -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 atom in nature but only a few in Lisp: for
+There are many kinds of atoms 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