From: Richard M. Stallman Date: Sat, 5 Aug 2006 04:42:57 +0000 (+0000) Subject: (escape-glyph): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~1103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a77c985dd4bca943808130f6a61b43b6a678678;p=emacs.git (escape-glyph): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69a67e059bd..9c0dbf645c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-08-05 Richard Stallman + + * faces.el (escape-glyph): Doc fix. + 2006-08-04 Kenichi Handa * international/mule-diag.el (describe-font): Improve docstring diff --git a/lisp/faces.el b/lisp/faces.el index 0f0dd41aa69..fe2f5037826 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2008,7 +2008,7 @@ created." ;; red4 is too dark, but some say blue is too loud. ;; brown seems to work ok. -- rms. (t :foreground "brown")) - "Face for characters displayed as ^-sequences or \-sequences." + "Face for characters displayed as sequences using `^' or `\\'." :group 'basic-faces :version "22.1")