diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 2422ee5cc09..124ee8fe1dd 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Document vconcat and the empty vector (Bug#16246). | ||
| 4 | * sequences.texi (Vector Functions): | ||
| 5 | Document behavior better when the result is empty. | ||
| 6 | |||
| 3 | Document behavior of (string-to-number "+@") (Bug#16293). | 7 | Document behavior of (string-to-number "+@") (Bug#16293). |
| 4 | * strings.texi (String Conversion): Document behavior of | 8 | * strings.texi (String Conversion): Document behavior of |
| 5 | string-to-number on invalid strings that begin with "+", too. | 9 | string-to-number on invalid strings that begin with "+", too. |