* help.el (help-return-method): Doc fix.

This commit is contained in:
Christoph Scholtes 2011-09-03 11:16:57 -06:00
parent 1f3c99ca9f
commit f3ada0eeb5
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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.")