aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 17:33:33 -0800
committerPaul Eggert2014-01-04 17:33:33 -0800
commit5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (patch)
tree01560d33d49281c32ed100473cc0f11d856154f7 /doc/lispref/ChangeLog
parent7c2127d0f4151164c47ab811c4c134922f7f9c44 (diff)
downloademacs-5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0.tar.gz
emacs-5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0.zip
Document vconcat and the empty vector (Bug#16246).
* sequences.texi (Vector Functions): Document behavior better when the result is empty.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog4
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 @@
12014-01-05 Paul Eggert <eggert@cs.ucla.edu> 12014-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.