aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2008-10-26 13:18:46 +0000
committerKenichi Handa2008-10-26 13:18:46 +0000
commit91c491e0518186d86e66413736025f2f585daf60 (patch)
treece6b0e51cafe6b4cdaafae64b97a3c06f3d708f0
parentf75501733f3288b8ea4eddc903cc59c7227304bc (diff)
downloademacs-91c491e0518186d86e66413736025f2f585daf60.tar.gz
emacs-91c491e0518186d86e66413736025f2f585daf60.zip
Docstrings of categories improved again.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/international/characters.el4
2 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5c74b7763d0..dcb6b1adbb2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12008-10-26 Kenichi Handa <handa@m17n.org>
2
3 * help-fns.el (describe-categories): Display the terse legend at
4 the head.
5
6 * international/characters.el: Docstrings of categories improved.
7
12008-10-26 Stefan Monnier <monnier@iro.umontreal.ca> 82008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * progmodes/python.el (python-mode): Don't impose ourselves on hippie. 10 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
diff --git a/lisp/international/characters.el b/lisp/international/characters.el
index 36e8383debf..01bc6c76d3f 100644
--- a/lisp/international/characters.el
+++ b/lisp/international/characters.el
@@ -72,7 +72,7 @@ Japanese Hiragana characters of 2-byte character sets")
72Japanese Katakana characters of 2-byte character sets") 72Japanese Katakana characters of 2-byte character sets")
73(define-category ?N "2-byte Korean 73(define-category ?N "2-byte Korean
74Korean Hangul characters of 2-byte character sets") 74Korean Hangul characters of 2-byte character sets")
75(define-category ?Y "2-byte Cyril 75(define-category ?Y "2-byte Cyrillic
76Cyrillic characters of 2-byte character sets") 76Cyrillic characters of 2-byte character sets")
77(define-category ?I "Indian Glyphs") 77(define-category ?I "Indian Glyphs")
78 78
@@ -89,7 +89,7 @@ lower diacritical mark (including lower vowel)")
89combining tone mark") 89combining tone mark")
90(define-category ?5 "symbol") 90(define-category ?5 "symbol")
91(define-category ?6 "digit") 91(define-category ?6 "digit")
92(define-category ?7 "diacritic on vowel 92(define-category ?7 "vowel diacritic
93vowel-modifying diacritical mark") 93vowel-modifying diacritical mark")
94(define-category ?8 "vowel-signs") 94(define-category ?8 "vowel-signs")
95(define-category ?9 "semivowel lower") 95(define-category ?9 "semivowel lower")