# HG changeset patch # User Richard M. Stallman # Date 1076979244 0 # Node ID dd88584a14e982cd5e460f52154c2fbdd348dcb1 # Parent 9e183d9676e0d7c4478f90908b1ae85dc113d7ef (Building Lists): Minor cleanup. diff -r 9e183d9676e0 -r dd88584a14e9 lispref/lists.texi --- 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