diff options
| author | Paul Eggert | 2014-01-04 22:10:52 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-04 22:10:52 -0800 |
| commit | 73dbf960bfdb3a4e9a34804eefecdd76fd769f0c (patch) | |
| tree | 2de9733314f4a436ce780e2e8b703a86015f78af /lisp/ChangeLog | |
| parent | 4e619754b110208babdae8badcaa0b936072e726 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-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. |