diff options
Diffstat (limited to 'lisp/help.el')
| -rw-r--r-- | lisp/help.el | 2 |
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. | |||
| 969 | The value is the maximum height (in lines) which | 969 | The 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 |
| 971 | temporary buffer. It can also be a function to be called to | 971 | temporary buffer. It can also be a function to be called to |
| 972 | choose the height for such a buffer. It gets one argumemt, the | 972 | choose the height for such a buffer. It gets one argument, the |
| 973 | buffer, and should return a positive integer. At the time the | 973 | buffer, and should return a positive integer. At the time the |
| 974 | function is called, the window to be resized is selected." | 974 | function is called, the window to be resized is selected." |
| 975 | :type '(choice integer function) | 975 | :type '(choice integer function) |