lisp/faces.el (list-faces-display): Add help-mode-map to output.
Fixes: debbugs:8939
This commit is contained in:
parent
f6ab314e6e
commit
7c823eab82
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue