aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 506889c210e..36d49aae9b3 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -969,7 +969,7 @@ This is effective only when Temp Buffer Resize mode is enabled.
969The value is the maximum height (in lines) which 969The value is the maximum height (in lines) which
970`resize-temp-buffer-window' will give to a window displaying a 970`resize-temp-buffer-window' will give to a window displaying a
971temporary buffer. It can also be a function to be called to 971temporary buffer. It can also be a function to be called to
972choose the height for such a buffer. It gets one argumemt, the 972choose the height for such a buffer. It gets one argument, the
973buffer, and should return a positive integer. At the time the 973buffer, and should return a positive integer. At the time the
974function is called, the window to be resized is selected." 974function is called, the window to be resized is selected."
975 :type '(choice integer function) 975 :type '(choice integer function)