From 46057f5f8fff6e61236272b49c57604fdf1c654b Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 26 Feb 2002 12:13:35 +0000 Subject: [PATCH] (list-faces-display): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/faces.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)) -- 2.39.2