aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 22:10:52 -0800
committerPaul Eggert2014-01-04 22:10:52 -0800
commit73dbf960bfdb3a4e9a34804eefecdd76fd769f0c (patch)
tree2de9733314f4a436ce780e2e8b703a86015f78af /lisp/ChangeLog
parent4e619754b110208babdae8badcaa0b936072e726 (diff)
downloademacs-73dbf960bfdb3a4e9a34804eefecdd76fd769f0c.tar.gz
emacs-73dbf960bfdb3a4e9a34804eefecdd76fd769f0c.zip
Fix misspelling of 'chinese' in rx.
* lisp/emacs-lisp/rx.el (rx-categories): Correct spelling of chinese-two-byte. Fixes: debbugs:16237
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ad4c26c501f..d68d7ea88c2 100644
--- a/lisp/ChangeLog
+++ b/lisp/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 Fix misspelling of 'chinese' in rx (Bug#16237).
4 * emacs-lisp/rx.el (rx-categories): Correct spelling of
5 chinese-two-byte.
6
3 Change subword regexps back to vars (Bug#16296). 7 Change subword regexps back to vars (Bug#16296).
4 * progmodes/subword.el (subword-forward-regexp) 8 * progmodes/subword.el (subword-forward-regexp)
5 (subword-backward-regexp): Change these back to variables. 9 (subword-backward-regexp): Change these back to variables.