]> git.eshelyaron.com Git - emacs.git/commitdiff
(temp-buffer-resize-mode): Doc fix.
authorDave Love <fx@gnu.org>
Tue, 27 Apr 1999 18:56:30 +0000 (18:56 +0000)
committerDave Love <fx@gnu.org>
Tue, 27 Apr 1999 18:56:30 +0000 (18:56 +0000)
lisp/help.el

index 5214d6fda94908e15a36d423ed3e019825717d12..cf7a62a3437473ade11abf0cf8f1985d2c5ff63b 100644 (file)
@@ -1200,8 +1200,8 @@ This makes the window the right height for its contents, but never
 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)