]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix message in help-window-setup (Bug#9341).
authorMartin Rudalics <rudalics@gmx.at>
Tue, 23 Aug 2011 09:31:54 +0000 (11:31 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 23 Aug 2011 09:31:54 +0000 (11:31 +0200)
* help.el (help-window-setup): Fix message displayed when other
window is reused.  (Bug#9341)

lisp/ChangeLog
lisp/help.el

index 61ef1a21065ba6729c812d21b16783856a8b9be2..2973fa64360894547c4e9dfdf87ac8ff429648a9 100644 (file)
@@ -1,3 +1,8 @@
+2011-08-23  Martin Rudalics  <rudalics@gmx.at>
+
+       * help.el (help-window-setup): Fix message displayed when other
+       window is reused.  (Bug#9341)
+
 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
index e6496f625d1342d71fd918b3c0dbc94829de3d2d..710dc34ea89c2b07c05af3ba25df6aca6387f1ac 100644 (file)
@@ -1104,7 +1104,7 @@ This relies on `display-buffer-window' being correctly set up by
          ((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.