summaryrefslogtreecommitdiff
path: root/lispref/lists.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2000-01-16 00:29:04 +0000
committerRichard M. Stallman <rms@gnu.org>2000-01-16 00:29:04 +0000
commit05aea71425a1bba8c22b2dfc2ebc1e3510e1cbcd (patch)
tree5654410e0ec72c37c36f9d82ae4fd143a98f2de5 /lispref/lists.texi
parentb3303df7ab109ec17cc54164f093a42cbd76f529 (diff)
*** empty log message ***
Diffstat (limited to 'lispref/lists.texi')
-rw-r--r--lispref/lists.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/lists.texi b/lispref/lists.texi
index da12dcf003..661c8c3530 100644
--- a/lispref/lists.texi
+++ b/lispref/lists.texi
@@ -42,7 +42,7 @@ see @ref{Cons Cell Type}.) @sc{cdr} is pronounced ``could-er.''
its @sc{car} slot currently holds, and likewise for the @sc{cdr}.
A list is a series of cons cells ``chained together,'' so that each
-cell refers to the next one. There one cons cell for each element of
+cell refers to the next one. There is one cons cell for each element of
the list. By convention, the @sc{car}s of the cons cells hold the
elements of the list, and the @sc{cdr}s are used to chain the list: the
@sc{cdr} slot of each cons cell refers to the following cons cell. The