summaryrefslogtreecommitdiff
path: root/doc/lispintro/emacs-lisp-intro.texi
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-05-27 19:03:10 +0200
committerEli Zaretskii <eliz@gnu.org>2018-06-01 16:33:58 +0300
commit6d2352594f4e4e17965834851547df3adaa6cd6f (patch)
treeea82455f3e2f674c288fafbb2789eb3452feeb4c /doc/lispintro/emacs-lisp-intro.texi
parente5471b2381e885d5d214bfa09ab0c35275fc6048 (diff)
downloademacs-6d2352594f4e4e17965834851547df3adaa6cd6f.tar.gz
Fix typos in several manuals (Bug#31610)
Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc/lispintro/emacs-lisp-intro.texi')
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 67df6f208fb..a256873ab1d 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -484,7 +484,7 @@ Narrowing and Widening
@code{car}, @code{cdr}, @code{cons}: Fundamental Functions
-* Strange Names:: An historical aside: why the strange names?
+* Strange Names:: A historical aside: why the strange names?
* car & cdr:: Functions for extracting part of a list.
* cons:: Constructing a list.
* nthcdr:: Calling @code{cdr} repeatedly.
@@ -6797,7 +6797,7 @@ will see @code{cons} as well as two variants on @code{cdr},
namely, @code{setcdr} and @code{nthcdr}. (@xref{copy-region-as-kill}.)
@menu
-* Strange Names:: An historical aside: why the strange names?
+* Strange Names:: A historical aside: why the strange names?
* car & cdr:: Functions for extracting part of a list.
* cons:: Constructing a list.
* nthcdr:: Calling @code{cdr} repeatedly.
@@ -7678,7 +7678,7 @@ The first part of the code looks like this:
@end smallexample
@noindent
-@code{char-table-p} is an hitherto unseen function. It determines
+@code{char-table-p} is a hitherto unseen function. It determines
whether its argument is a character table. When it is, it sets the
character passed to @code{zap-to-char} to one of them, if that
character exists, or to the character itself. (This becomes important