]> git.eshelyaron.com Git - emacs.git/commitdiff
(escape-glyph): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 Aug 2006 04:42:57 +0000 (04:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 Aug 2006 04:42:57 +0000 (04:42 +0000)
lisp/ChangeLog
lisp/faces.el

index 69a67e059bd6459a07f9ed87e38a316044ebb7de..9c0dbf645c9303f5588f9ab1b3f2ae6adf0fa3ed 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-05  Richard Stallman  <rms@gnu.org>
+
+       * faces.el (escape-glyph): Doc fix.
+
 2006-08-04  Kenichi Handa  <handa@m17n.org>
 
        * international/mule-diag.el (describe-font): Improve docstring
index 0f0dd41aa69a2544df4129abfbbf0bdb374efa43..fe2f5037826a7e23048837491a6d37b8131bdcad 100644 (file)
@@ -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")