]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-faces-display): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 26 Feb 2002 12:13:35 +0000 (12:13 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 26 Feb 2002 12:13:35 +0000 (12:13 +0000)
lisp/ChangeLog
lisp/faces.el

index 9bf24dd9092d7c37f08ea3947f15fc0010b866d1..4b456f42ee00c8fe99bc808e49f5c4f30b1973b3 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-26  Juanma Barranquero  <lektu@terra.es>
+
+       * faces.el (list-faces-display): Fix typo.
+
 2002-02-25  Richard M. Stallman  <rms@gnu.org>
 
        * frame.el (focus-follows-mouse): Doc fix.
index 9e2d35016cbbb4430c3685420ea2c39219595c92..fda5cdb705f855e4c858060b1e6421bd47ab99fd 100644 (file)
@@ -1125,7 +1125,7 @@ The sample text is a string that comes from the variable
           "Use "
           (if (display-mouse-p) "\\[help-follow-mouse] or ")
           "\\[help-follow] on a face name to customize it\n"
-          "or on its sample text for a decription of the face.\n\n")))
+          "or on its sample text for a description of the face.\n\n")))
        (setq help-xref-stack nil)
        (while faces
          (setq face (car faces))