From 6ee45eab34543bf6620de6cc55c1234d92292a3e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 17 Feb 2004 00:54:04 +0000 Subject: [PATCH] (Building Lists): Minor cleanup. --- lispref/lists.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/lists.texi b/lispref/lists.texi index cb033118984..2426a4d4670 100644 --- a/lispref/lists.texi +++ b/lispref/lists.texi @@ -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 -- 2.39.2