* help.el (help-return-method): Doc fix.
This commit is contained in:
parent
1f3c99ca9f
commit
f3ada0eeb5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
|
||||
|
||||
* help.el (help-return-method): Doc fix.
|
||||
|
||||
2011-09-03 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* window.el (window-deletable-p): Don't return a non-nil value
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
"What to do to \"exit\" the help buffer.
|
||||
This is a list
|
||||
(WINDOW . t) delete the selected window (and possibly its frame,
|
||||
see `quit-window' and `View-quit'), go to WINDOW.
|
||||
see `quit-window'), go to WINDOW.
|
||||
(WINDOW . quit-window) do quit-window, then select WINDOW.
|
||||
(WINDOW BUF START POINT) display BUF at START, POINT, then select WINDOW.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue