emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Tue, 30 May 2006 02:35:51 +0000

Index: emacs/lisp/help.el
diff -u emacs/lisp/help.el:1.308 emacs/lisp/help.el:1.309
--- emacs/lisp/help.el:1.308    Sat Mar 25 10:10:36 2006
+++ emacs/lisp/help.el  Tue May 30 02:35:51 2006
@@ -942,11 +942,11 @@
 
 (defcustom temp-buffer-max-height (lambda (buffer) (/ (- (frame-height) 2) 2))
   "Maximum height of a window displaying a temporary buffer.
-This is the maximum height (in text lines) which `resize-temp-buffer-window'
+This is effective only when Temp Buffer Resize mode is enabled.
+The value is the maximum height (in lines) which `resize-temp-buffer-window'
 will give to a window displaying a temporary buffer.
-It can also be a function which will be called with the object corresponding
-to the buffer to be displayed as argument and should return an integer
-positive number."
+It can also be a function to be called to choose the height for such a buffer.
+It gets one argumemt, the buffer, and should return a positive integer."
   :type '(choice integer function)
   :group 'help
   :version "20.4")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]