changeset 24642:27387f2d010c

(temp-buffer-resize-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 18:56:30 +0000
parents 93b7e7e88a80
children 563d3e9af0fd
files lisp/help.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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)