aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorPaul Eggert2017-04-14 12:42:03 -0700
committerPaul Eggert2017-04-14 12:42:31 -0700
commite6750596ef55352c260c200747bec3303e181fe8 (patch)
tree58dbe9af98440c8e2fd9f8a8c839e01f17918e01 /ChangeLog.2
parentfc05d4fec98387097c30a5c60e2f343cb797af26 (diff)
downloademacs-e6750596ef55352c260c200747bec3303e181fe8.tar.gz
emacs-e6750596ef55352c260c200747bec3303e181fe8.zip
; Spelling and minor wording fixes
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.22
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index a9e1dd2a117..c1e10b19e1e 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -26836,7 +26836,7 @@
26836 26836
268372015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk> 268372015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk>
26838 26838
26839 Improve error signalling for seq-subseq 26839 Improve error signaling for seq-subseq
26840 * lisp/emacs-lisp/seq.el (seq-subseq): The existing behavior is to error 26840 * lisp/emacs-lisp/seq.el (seq-subseq): The existing behavior is to error
26841 when indexes are too large, but to silently ignore numbers which 26841 when indexes are too large, but to silently ignore numbers which
26842 are too negative for lists. String and vector handling errors in 26842 are too negative for lists. String and vector handling errors in