summaryrefslogtreecommitdiff
path: root/doc/lispref/lists.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-27 15:07:43 -0700
committerGlenn Morris <rgm@gnu.org>2012-10-27 15:07:43 -0700
commit5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9 (patch)
tree6e8664bdf7299ce7b037239fc97f3f40837ddcee /doc/lispref/lists.texi
parent2f246cd3c8959abeaad76a7cd442dd20d69fb1a0 (diff)
downloademacs-5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9.tar.gz
* doc/lispref/lists.texi (List Elements): Typo fix.
Diffstat (limited to 'doc/lispref/lists.texi')
-rw-r--r--doc/lispref/lists.texi2
1 files changed, 1 insertions, 1 deletions
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