diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-02-26 12:13:35 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-02-26 12:13:35 +0000 |
commit | 46057f5f8fff6e61236272b49c57604fdf1c654b (patch) | |
tree | ee23ca002bdb49b94ee46de27942468160bc6d2e /lisp/faces.el | |
parent | 804d894aa5144166d09fb93d6bada0f955057553 (diff) | |
download | emacs-46057f5f8fff6e61236272b49c57604fdf1c654b.tar.gz |
(list-faces-display): Fix typo.
Diffstat (limited to 'lisp/faces.el')
-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 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)) |