lisp/faces.el (list-faces-display): Add help-mode-map to output.

Fixes: debbugs:8939
This commit is contained in:
Drew Adams 2011-06-27 02:29:55 +02:00 committed by Juanma Barranquero
parent f6ab314e6e
commit 7c823eab82
2 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,10 @@
to binary to possibly avoid line encoding issues on Windows (among
other things).
2011-06-27 Drew Adams <drew.adams@oracle.com>
* faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/network-stream.el (open-network-stream): Return an :error

View file

@ -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")))