emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104745: lisp/faces.el (list-faces-di


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104745: lisp/faces.el (list-faces-display): Add help-mode-map to output.
Date: Mon, 27 Jun 2011 02:29:55 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104745
fixes bug(s): http://debbugs.gnu.org/8939
author: Drew Adams <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2011-06-27 02:29:55 +0200
message:
  lisp/faces.el (list-faces-display): Add help-mode-map to output.
modified:
  lisp/ChangeLog
  lisp/faces.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-27 00:10:35 +0000
+++ b/lisp/ChangeLog    2011-06-27 00:29:55 +0000
@@ -8,6 +8,10 @@
        to binary to possibly avoid line encoding issues on Windows (among
        other things).
 
+2011-06-27  Drew Adams  <address@hidden>
+
+       * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
+
 2011-06-26  Lars Magne Ingebrigtsen  <address@hidden>
 
        * net/network-stream.el (open-network-stream): Return an :error

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2011-04-30 17:57:07 +0000
+++ b/lisp/faces.el     2011-06-27 00:29:55 +0000
@@ -1255,7 +1255,7 @@
        (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")))


reply via email to

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