diff options
| -rw-r--r-- | lisp/help.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el index 2950ffd5929..67a8858473f 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -274,6 +274,10 @@ If FUNCTION is nil, applies `message' to it, thus printing it." | |||
| 274 | ;; Secondly, the buffer has not been displayed yet, | 274 | ;; Secondly, the buffer has not been displayed yet, |
| 275 | ;; so we don't know whether its frame will be selected. | 275 | ;; so we don't know whether its frame will be selected. |
| 276 | nil) | 276 | nil) |
| 277 | (display-buffer-reuse-frames | ||
| 278 | (setq help-return-method (cons (selected-window) | ||
| 279 | 'quit-window)) | ||
| 280 | nil) | ||
| 277 | ((not (one-window-p t)) | 281 | ((not (one-window-p t)) |
| 278 | (setq help-return-method | 282 | (setq help-return-method |
| 279 | (cons (selected-window) 'quit-window)) | 283 | (cons (selected-window) 'quit-window)) |