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: Fri, 30 Mar 2007 18:12:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       07/03/30 18:12:56

Index: lists.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/lists.texi,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- lists.texi  16 Jan 2007 03:28:53 -0000      1.67
+++ lists.texi  30 Mar 2007 18:12:56 -0000      1.68
@@ -159,7 +159,6 @@
 @end example
 @end defun
 
address@hidden 2000
 
 @node List Elements
 @section Accessing Elements of Lists
@@ -991,10 +990,9 @@
 @end group
 @end example
 
address@hidden 4000
   Here is the result in box notation:
 
address@hidden
address@hidden
 @group
                    --------------------
                   |                    |
@@ -1004,7 +1002,7 @@
 |       |      |     |       |      |      |       |      |
  --------------       --------------        --------------
 @end group
address@hidden example
address@hidden smallexample
 
 @noindent
 The second cons cell, which previously held the element @code{b}, still
@@ -1589,7 +1587,7 @@
 
 @defun assoc key alist
 This function returns the first association for @var{key} in
address@hidden  It compares @var{key} against the alist elements using
address@hidden, comparing @var{key} against the alist elements using
 @code{equal} (@pxref{Equality Predicates}).  It returns @code{nil} if no
 association in @var{alist} has a @sc{car} @code{equal} to @var{key}.
 For example:




reply via email to

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