aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2007-02-13 02:47:32 +0000
committerKenichi Handa2007-02-13 02:47:32 +0000
commit1799d3ea324aad9995120d5b2579486d01248f68 (patch)
treed0a71e77f6871e5c7b71d285d00e03bc5ca502b5
parent83b4a743bc8333f9c31e48fd42f57b12aff99c0b (diff)
downloademacs-1799d3ea324aad9995120d5b2579486d01248f68.tar.gz
emacs-1799d3ea324aad9995120d5b2579486d01248f68.zip
Fix documentation of category `a'.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/international/characters.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dd45dbb2f26..ac2dd9c193d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-02-13 Kenichi Handa <handa@m17n.org>
2
3 * international/characters.el: Fix documentation of category `a'.
4
12007-02-11 Dan Nicolaescu <dann@ics.uci.edu> 52007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * progmodes/grep.el (grep): Mention lgrep and rgrep in the 7 * progmodes/grep.el (grep): Mention lgrep and rgrep in the
diff --git a/lisp/international/characters.el b/lisp/international/characters.el
index acc1458ac9c..4ac067c2b3c 100644
--- a/lisp/international/characters.el
+++ b/lisp/international/characters.el
@@ -45,7 +45,7 @@
45 45
46;; For each character set. 46;; For each character set.
47 47
48(define-category ?a "ASCII") 48(define-category ?a "ASCII graphic characters 32-126 (ISO646 IRV:1983[4/0])")
49(define-category ?l "Latin") 49(define-category ?l "Latin")
50(define-category ?t "Thai") 50(define-category ?t "Thai")
51(define-category ?g "Greek") 51(define-category ?g "Greek")