From: Juanma Barranquero Date: Tue, 26 Feb 2002 12:13:35 +0000 (+0000) Subject: (list-faces-display): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~16464 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46057f5f8fff6e61236272b49c57604fdf1c654b;p=emacs.git (list-faces-display): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9bf24dd9092..4b456f42ee0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-02-26 Juanma Barranquero + + * faces.el (list-faces-display): Fix typo. + 2002-02-25 Richard M. Stallman * frame.el (focus-follows-mouse): Doc fix. diff --git a/lisp/faces.el b/lisp/faces.el index 9e2d35016cb..fda5cdb705f 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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))