emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105540: Fix message in help-window-s


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105540: Fix message in help-window-setup (Bug#9341).
Date: Tue, 23 Aug 2011 11:31:54 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105540
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Tue 2011-08-23 11:31:54 +0200
message:
  Fix message in help-window-setup (Bug#9341).
  
  * help.el (help-window-setup): Fix message displayed when other
  window is reused.  (Bug#9341)
modified:
  lisp/ChangeLog
  lisp/help.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-23 05:25:17 +0000
+++ b/lisp/ChangeLog    2011-08-23 09:31:54 +0000
@@ -1,3 +1,8 @@
+2011-08-23  Martin Rudalics  <address@hidden>
+
+       * help.el (help-window-setup): Fix message displayed when other
+       window is reused.  (Bug#9341)
+
 2011-08-23  Stefan Monnier  <address@hidden>
 
        * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.

=== modified file 'lisp/help.el'
--- a/lisp/help.el      2011-06-13 13:14:42 +0000
+++ b/lisp/help.el      2011-08-23 09:31:54 +0000
@@ -1104,7 +1104,7 @@
          ((eq help-value 'new-window)
           "Type \\[delete-other-windows] to delete the help window")
          ((eq help-value 'reuse-other-window)
-          "Type \\[switch-to-prev-buffer] RET to restore previous buffer"))
+          "Type \"q\" in other window to quit"))
         help-window 'other))
        (t
        ;; Not much to say here.


reply via email to

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