Mercurial > emacs
comparison lisp/faces.el @ 43550:fc7733c201af
(list-faces-display): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 26 Feb 2002 12:12:52 +0000 |
parents | 4f1f166427e5 |
children | d15360503e4e ed1d9d1cfc71 |
comparison
equal
deleted
inserted
replaced
43549:c2b52ba62750 | 43550:fc7733c201af |
---|---|
1123 (substitute-command-keys | 1123 (substitute-command-keys |
1124 (concat | 1124 (concat |
1125 "Use " | 1125 "Use " |
1126 (if (display-mouse-p) "\\[help-follow-mouse] or ") | 1126 (if (display-mouse-p) "\\[help-follow-mouse] or ") |
1127 "\\[help-follow] on a face name to customize it\n" | 1127 "\\[help-follow] on a face name to customize it\n" |
1128 "or on its sample text for a decription of the face.\n\n"))) | 1128 "or on its sample text for a description of the face.\n\n"))) |
1129 (setq help-xref-stack nil) | 1129 (setq help-xref-stack nil) |
1130 (while faces | 1130 (while faces |
1131 (setq face (car faces)) | 1131 (setq face (car faces)) |
1132 (setq faces (cdr faces)) | 1132 (setq faces (cdr faces)) |
1133 (setq face-name (symbol-name face)) | 1133 (setq face-name (symbol-name face)) |