* doc/lispref/lists.texi (List Elements): Typo fix.

This commit is contained in:
Glenn Morris 2012-10-27 15:07:43 -07:00
parent 2f246cd3c8
commit 5b6887ad2a
2 changed files with 5 additions and 1 deletions

View 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

View 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