bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8939: 24.0.50; `list-faces-display' needs `\\<help-mode-map>'


From: Drew Adams
Subject: bug#8939: 24.0.50; `list-faces-display' needs `\\<help-mode-map>'
Date: Sun, 26 Jun 2011 17:00:08 -0700

emacs -Q
 
You don't really need a patch for this.  Just add "\\<help-mode-map>"
to this string:
 
(concat "Use "      ; <== ADD "\\<help-mode-map>" HERE
        (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")


Without that addition the help text says this:
 
"Use <mouse-2> or M-x help-follow on a face name..."
 
instead of this:
 
"Use <mouse-2> or RET on a face name..."
 

In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-06-20 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.5) --no-opt --cflags
-Ic:/build/include'
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]