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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/lists.texi
Date: Sun, 06 Mar 2005 13:19:02 -0500

Index: emacs/lispref/lists.texi
diff -c emacs/lispref/lists.texi:1.49 emacs/lispref/lists.texi:1.50
*** emacs/lispref/lists.texi:1.49       Mon Feb 14 11:19:27 2005
--- emacs/lispref/lists.texi    Sun Mar  6 18:19:01 2005
***************
*** 248,254 ****
  @tindex 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.  It is new in Emacs 21.
  
  It operates on the list which is stored in the symbol @var{listname}.
  It removes this element from the list by setting @var{listname}
--- 248,254 ----
  @tindex 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.
  
  It operates on the list which is stored in the symbol @var{listname}.
  It removes this element from the list by setting @var{listname}
***************
*** 436,442 ****
  @defmac push newelt listname
  This macro provides an alternative way to write
  @code{(setq @var{listname} (cons @var{newelt} @var{listname}))}.
- It is new in Emacs 21.
  
  @example
  (setq l '(a b))
--- 436,441 ----




reply via email to

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