Mercurial > emacs
changeset 54034:dd88584a14e9
(Building Lists): Minor cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 17 Feb 2004 00:54:04 +0000 |
parents | 9e183d9676e0 |
children | 5089d03a2061 |
files | lispref/lists.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/lists.texi Tue Feb 17 00:52:50 2004 +0000 +++ b/lispref/lists.texi Tue Feb 17 00:54:04 2004 +0000 @@ -448,7 +448,7 @@ 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