diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-08-05 04:42:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-08-05 04:42:52 +0000 |
commit | def5daad7edf23aa47a4297a43448b6f03983476 (patch) | |
tree | 79263d8e90bfa1a0d3ba2f9a47e25d6c42f91212 | |
parent | 9768552f63d92eaba8a0668ca283b8db54cf4a46 (diff) | |
download | emacs-def5daad7edf23aa47a4297a43448b6f03983476.tar.gz |
(escape-glyph): Doc fix.
-rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
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") |