diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-01 23:13:15 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-01 23:13:15 -0700 |
| commit | 3616c8b26bfaf024d803371b85bee571cd6f061f (patch) | |
| tree | bd7b5e6e3560b0496c144b13b44c1917cb9de8dc /lisp/help.el | |
| parent | 5b0d046d5b6a6743be6888d02352b878151e1d6c (diff) | |
| parent | db22a3c27b078148c26a9f50afca5454a68d37d1 (diff) | |
| download | emacs-3616c8b26bfaf024d803371b85bee571cd6f061f.tar.gz | |
Merge from trunk.
Diffstat (limited to 'lisp/help.el')
| -rw-r--r-- | lisp/help.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/help.el b/lisp/help.el index bc3d863f357..506889c210e 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1125,10 +1125,7 @@ HELP-WINDOW is the window used for displaying the help buffer." (defmacro with-help-window (buffer-name &rest body) "Display buffer with name BUFFER-NAME in a help window evaluating BODY. Select help window if the actual value of the user option -`help-window-select' says so. Return last value in BODY. - -You can specify where and how to show the buffer by binding the -variable `temp-buffer-show-specifiers' to an appropriate value." +`help-window-select' says so. Return last value in BODY." (declare (indent 1) (debug t)) `(progn ;; Make `help-window-point-marker' point nowhere. The only place |
