mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
Fix message in help-window-setup (Bug#9341).
* help.el (help-window-setup): Fix message displayed when other window is reused. (Bug#9341)
This commit is contained in:
parent
425cc014ac
commit
3bbf23bc31
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue