aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-10-27 15:07:43 -0700
committerGlenn Morris2012-10-27 15:07:43 -0700
commit5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9 (patch)
tree6e8664bdf7299ce7b037239fc97f3f40837ddcee
parent2f246cd3c8959abeaad76a7cd442dd20d69fb1a0 (diff)
downloademacs-5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9.tar.gz
emacs-5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9.zip
* doc/lispref/lists.texi (List Elements): Typo fix.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/lists.texi2
2 files changed, 5 insertions, 1 deletions
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 @@
12012-10-27 Glenn Morris <rgm@gnu.org>
2
3 * lists.texi (List Elements): Typo fix.
4
12012-10-27 Chong Yidong <cyd@gnu.org> 52012-10-27 Chong Yidong <cyd@gnu.org>
2 6
3 * minibuf.texi (High-Level Completion): Don't mention removed 7 * 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
252@end example 252@end example
253 253
254@noindent 254@noindent
255For the @code{pop} macro, which removes an element from a list, 255For the @code{push} macro, which adds an element to a list,
256@xref{List Variables}. 256@xref{List Variables}.
257@end defmac 257@end defmac
258 258