diff options
| author | Glenn Morris | 2013-08-13 00:15:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-13 00:15:27 -0700 |
| commit | 3e6b67c9b7230bf10219082d9215d9617a33715e (patch) | |
| tree | e55e450b9ef0cc50ec144e1b3264a20cf14189b3 /doc/lispref/ChangeLog | |
| parent | 16bcc96df4447cb5c47e53a4512671a2da7504f8 (diff) | |
| download | emacs-3e6b67c9b7230bf10219082d9215d9617a33715e.tar.gz emacs-3e6b67c9b7230bf10219082d9215d9617a33715e.zip | |
* lispref/lists.texi (List Elements): Undocument nth, nthcdr with n < 0
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 29ab28c0fad..6df8c3912a3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * lists.texi (List Elements): | ||
| 4 | Undocument behavior of nth and nthcdr with n < 0. (Bug#15059) | ||
| 5 | |||
| 1 | 2013-08-13 Xue Fuqiao <xfq.free@gmail.com> | 6 | 2013-08-13 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 7 | ||
| 3 | * frames.texi (Display Feature Testing): Add indexes. | 8 | * frames.texi (Display Feature Testing): Add indexes. |