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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/lists.texi,v
Date: Sat, 08 Jul 2006 18:07:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:07:01

Index: lists.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/lists.texi,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- lists.texi  6 Feb 2006 11:55:10 -0000       1.58
+++ lists.texi  8 Jul 2006 18:07:01 -0000       1.59
@@ -245,7 +245,6 @@
 @end example
 @end defun
 
address@hidden pop
 @defmac pop listname
 This macro is a way of examining the @sc{car} of a list,
 and taking it off the list, all at once.
@@ -432,7 +431,6 @@
 any symbol can serve both purposes.
 @end defun
 
address@hidden push
 @defmac push newelt listname
 This macro provides an alternative way to write
 @code{(setq @var{listname} (cons @var{newelt} @var{listname}))}.
@@ -1649,7 +1647,6 @@
 @end defun
 
 @defun assq-delete-all key alist
address@hidden assq-delete-all
 This function deletes from @var{alist} all the elements whose @sc{car}
 is @code{eq} to @var{key}, much as if you used @code{delq} to delete
 each such element one by one.  It returns the shortened alist, and




reply via email to

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