diff options
| author | Christoph Scholtes | 2011-09-03 11:16:57 -0600 |
|---|---|---|
| committer | Christoph Scholtes | 2011-09-03 11:16:57 -0600 |
| commit | f3ada0eeb5a6011eafa45bdce9abea5db46d4939 (patch) | |
| tree | aba0bea7cf3ac56bb75b36581e8de2ac2fe9fea7 | |
| parent | 1f3c99ca9f35c430fcb3b3244df3bf6fca04e62b (diff) | |
| download | emacs-f3ada0eeb5a6011eafa45bdce9abea5db46d4939.tar.gz emacs-f3ada0eeb5a6011eafa45bdce9abea5db46d4939.zip | |
* help.el (help-return-method): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/help.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a365d6078ea..dae4cbf6609 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com> | ||
| 2 | |||
| 3 | * help.el (help-return-method): Doc fix. | ||
| 4 | |||
| 1 | 2011-09-03 Martin Rudalics <rudalics@gmx.at> | 5 | 2011-09-03 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * window.el (window-deletable-p): Don't return a non-nil value | 7 | * window.el (window-deletable-p): Don't return a non-nil value |
diff --git a/lisp/help.el b/lisp/help.el index 710dc34ea89..3ed6f79275a 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -132,7 +132,7 @@ | |||
| 132 | "What to do to \"exit\" the help buffer. | 132 | "What to do to \"exit\" the help buffer. |
| 133 | This is a list | 133 | This is a list |
| 134 | (WINDOW . t) delete the selected window (and possibly its frame, | 134 | (WINDOW . t) delete the selected window (and possibly its frame, |
| 135 | see `quit-window' and `View-quit'), go to WINDOW. | 135 | see `quit-window'), go to WINDOW. |
| 136 | (WINDOW . quit-window) do quit-window, then select WINDOW. | 136 | (WINDOW . quit-window) do quit-window, then select WINDOW. |
| 137 | (WINDOW BUF START POINT) display BUF at START, POINT, then select WINDOW.") | 137 | (WINDOW BUF START POINT) display BUF at START, POINT, then select WINDOW.") |
| 138 | 138 | ||