From: Kenichi Handa Date: Tue, 13 Feb 2007 02:47:32 +0000 (+0000) Subject: Fix documentation of category `a'. X-Git-Tag: emacs-pretest-22.0.94~246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1799d3ea324aad9995120d5b2579486d01248f68;p=emacs.git Fix documentation of category `a'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd45dbb2f26..ac2dd9c193d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-02-13 Kenichi Handa + + * international/characters.el: Fix documentation of category `a'. + 2007-02-11 Dan Nicolaescu * 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 @@ ;; For each character set. -(define-category ?a "ASCII") +(define-category ?a "ASCII graphic characters 32-126 (ISO646 IRV:1983[4/0])") (define-category ?l "Latin") (define-category ?t "Thai") (define-category ?g "Greek")