emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/lists.texi,v


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/lispref/lists.texi,v
Date: Sun, 16 Jul 2006 18:25:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       06/07/16 18:25:23

Index: lists.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/lists.texi,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- lists.texi  8 Jul 2006 18:07:01 -0000       1.59
+++ lists.texi  16 Jul 2006 18:25:23 -0000      1.60
@@ -1412,8 +1412,8 @@
 @end group
 @end example
 
-  The associated values in an alist may be any Lisp objects; so may the
-keys.  For example, in the following alist, the symbol @code{a} is
+  Both the values and the keys in an alist may be any Lisp objects.
+For example, in the following alist, the symbol @code{a} is
 associated with the number @code{1}, and the string @code{"b"} is
 associated with the @emph{list} @code{(2 3)}, which is the @sc{cdr} of
 the alist element:
@@ -1439,7 +1439,7 @@
 these considerations is important, the choice is a matter of taste, as
 long as you are consistent about it for any given alist.
 
-  Note that the same alist shown above could be regarded as having the
+  The same alist shown above could be regarded as having the
 associated value in the @sc{cdr} of the element; the value associated
 with @code{rose} would be the list @code{(red)}.
 
@@ -1557,7 +1557,7 @@
      @result{} nil
 @end smallexample
 
-Note that @code{rassq} cannot search for a value stored in the @sc{car}
address@hidden cannot search for a value stored in the @sc{car}
 of the @sc{cdr} of an element:
 
 @smallexample




reply via email to

[Prev in Thread] Current Thread [Next in Thread]