]> git.eshelyaron.com Git - emacs.git/commitdiff
(Building Lists): Minor cleanup.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2004 00:54:04 +0000 (00:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2004 00:54:04 +0000 (00:54 +0000)
lispref/lists.texi

index cb033118984aedf7f870a22f619326108c319c99..2426a4d46704e4b2370703a4832a81c77445b7ac 100644 (file)
@@ -448,7 +448,7 @@ interesting to note that @code{list} is used more times in the source
 code for Emacs than @code{cons}.
 
 @defun cons object1 object2
-This function is the fundamental function used to build new list
+This function is the fundamental function for building new list
 structure.  It creates a new cons cell, making @var{object1} the
 @sc{car}, and @var{object2} the @sc{cdr}.  It then returns the new cons
 cell.  The arguments @var{object1} and @var{object2} may be any Lisp