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