]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/lists.texi (List Elements): Typo fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 27 Oct 2012 22:07:43 +0000 (15:07 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 27 Oct 2012 22:07:43 +0000 (15:07 -0700)
doc/lispref/ChangeLog
doc/lispref/lists.texi

index c7fb29a6fb19d59d1bfaf6547cb3298a1984d6fb..03922f2c02f80016f16e4525e48add0e524c1793 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-27  Glenn Morris  <rgm@gnu.org>
+
+       * lists.texi (List Elements): Typo fix.
+
 2012-10-27  Chong Yidong  <cyd@gnu.org>
 
        * minibuf.texi (High-Level Completion): Don't mention removed
index 4a8740a573440c11ff579a110a3ed32ccb336e84..eaef8cc1f8aa91e3b75e457c87d319e8fb4d073d 100644 (file)
@@ -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