Mercurial > emacs
diff lisp/help.el @ 24642:27387f2d010c
(temp-buffer-resize-mode): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 27 Apr 1999 18:56:30 +0000 |
parents | a40067a8696b |
children | bcb0ee72502c |
line wrap: on
line diff
--- a/lisp/help.el Tue Apr 27 18:55:02 1999 +0000 +++ b/lisp/help.el Tue Apr 27 18:56:30 1999 +0000 @@ -1200,8 +1200,8 @@ more than `temp-buffer-max-height' nor less than `window-min-height'. This applies to `help', `apropos' and `completion' buffers, and some others. -This variable should be set only with \\[customize], which is equivalent -to using the function `temp-buffer-resize-mode'." +Setting this variable directly does not take effect; +use either \\[customize] or the function `temp-buffer-resize-mode'." :get (lambda (symbol) (and (memq 'resize-temp-buffer-window temp-buffer-show-hook) t)) :set (lambda (symbol value)