aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-03-19 13:05:56 -0700
committerPaul Eggert2017-03-19 13:05:56 -0700
commite0e9db4c84ab44fc852d3901c1c9ae20816bd704 (patch)
tree949a4264675f96b5bee6b36e30c5d78cb63ccede
parentd71e071fcc8c72bfe9af02ef51233ad53d8e702b (diff)
downloademacs-e0e9db4c84ab44fc852d3901c1c9ae20816bd704.tar.gz
emacs-e0e9db4c84ab44fc852d3901c1c9ae20816bd704.zip
; Spelling fix
-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