From: Glenn Morris Date: Sat, 27 Oct 2012 22:07:43 +0000 (-0700) Subject: * doc/lispref/lists.texi (List Elements): Typo fix. X-Git-Tag: emacs-24.2.90~209^2~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9;p=emacs.git * doc/lispref/lists.texi (List Elements): Typo fix. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index c7fb29a6fb1..03922f2c02f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-10-27 Glenn Morris + + * lists.texi (List Elements): Typo fix. + 2012-10-27 Chong Yidong * minibuf.texi (High-Level Completion): Don't mention removed diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index 4a8740a5734..eaef8cc1f8a 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi @@ -252,7 +252,7 @@ x @end example @noindent -For the @code{pop} macro, which removes an element from a list, +For the @code{push} macro, which adds an element to a list, @xref{List Variables}. @end defmac