diff options
| author | Glenn Morris | 2012-10-27 15:07:43 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-27 15:07:43 -0700 |
| commit | 5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9 (patch) | |
| tree | 6e8664bdf7299ce7b037239fc97f3f40837ddcee | |
| parent | 2f246cd3c8959abeaad76a7cd442dd20d69fb1a0 (diff) | |
| download | emacs-5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9.tar.gz emacs-5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9.zip | |
* doc/lispref/lists.texi (List Elements): Typo fix.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/lists.texi | 2 |
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 @@ | |||
| 1 | 2012-10-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * lists.texi (List Elements): Typo fix. | ||
| 4 | |||
| 1 | 2012-10-27 Chong Yidong <cyd@gnu.org> | 5 | 2012-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 |
| 255 | For the @code{pop} macro, which removes an element from a list, | 255 | For 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 | ||