]> git.eshelyaron.com Git - emacs.git/commitdiff
(temp-buffer-resize-mode): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:28:47 +0000 (21:28 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:28:47 +0000 (21:28 +0000)
lisp/help.el

index 0b23154e90c08ff909307b9b559230292b7fa591..df28f62d1020935ccd54eb7c3bf9327f589fc135 100644 (file)
@@ -1198,7 +1198,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 must be modified via \\[customize] in order to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `temp-buffer-resize-mode'."
   :get (lambda (symbol)
          (and (memq 'resize-temp-buffer-window temp-buffer-show-hook) t))
   :set (lambda (symbol value)