diff options
| -rw-r--r-- | lisp/help.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/help.el b/lisp/help.el index 31ed2251ec9..2f4135b7133 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -1150,10 +1150,9 @@ For the cross-reference format, see `help-make-xrefs'." | |||
| 1150 | 1150 | ||
| 1151 | (defcustom temp-buffer-resize-mode nil | 1151 | (defcustom temp-buffer-resize-mode nil |
| 1152 | "Non-nil means resize windows displaying temporary buffers. | 1152 | "Non-nil means resize windows displaying temporary buffers. |
| 1153 | The window will be resized in order to fit its contents, subject to the | 1153 | This makes the window the right height for its contents, but never |
| 1154 | constraints that it will not be higher than `temp-buffer-max-height' | 1154 | more than `temp-buffer-max-height' nor less than `window-min-height'. |
| 1155 | nor smaller than `window-min-height'. | 1155 | This applies to `help', `apropos' and `completion' buffers, and some others. |
| 1156 | This applies to `help', `apropos' and `completion' buffers and possibly others. | ||
| 1157 | 1156 | ||
| 1158 | This variable must be modified via \\[customize] in order to have an effect." | 1157 | This variable must be modified via \\[customize] in order to have an effect." |
| 1159 | :get (lambda (symbol) | 1158 | :get (lambda (symbol) |