aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 22:10:52 -0800
committerPaul Eggert2014-01-04 22:10:52 -0800
commit73dbf960bfdb3a4e9a34804eefecdd76fd769f0c (patch)
tree2de9733314f4a436ce780e2e8b703a86015f78af /etc
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 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8a379495670..801f5b8ed20 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1257,6 +1257,9 @@ regular file with contents being what would have been in the symlink.
1257+++ 1257+++
1258** New functions `group-gid' and `group-real-gid'. 1258** New functions `group-gid' and `group-real-gid'.
1259 1259
1260** The spelling of the rx.el category `chinese-two-byte' has been
1261corrected (the first 'e' was missing).
1262
1260** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4 1263** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4
1261 1264
1262+++ 1265+++