summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorDrew Adams <drew.adams@oracle.com>2011-06-27 02:29:55 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-06-27 02:29:55 +0200
commit7c823eab820935bf7d3c87c7f08b6a18dbbedbb4 (patch)
treefd0617288f55a9739c9d16247a2d420db79ccaa7 /lisp/faces.el
parentf6ab314e6ed2e3ad335fde222e6b649ead481040 (diff)
downloademacs-7c823eab820935bf7d3c87c7f08b6a18dbbedbb4.tar.gz
emacs-7c823eab820935bf7d3c87c7f08b6a18dbbedbb4.tar.bz2
emacs-7c823eab820935bf7d3c87c7f08b6a18dbbedbb4.zip
lisp/faces.el (list-faces-display): Add help-mode-map to output.
Fixes: debbugs:8939
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 3fb8bc80931..c29d8c9bfd8 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1255,7 +1255,7 @@ arg, prompt for a regular expression."
(insert
(substitute-command-keys
(concat
- "Use "
+ "\\<help-mode-map>>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 description of the face.\n\n")))