* 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 c7fb29a..03922f2 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 4a8740a..eaef8cc 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