diff options
| author | Joakim Verona | 2011-12-28 04:12:56 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 04:12:56 +0100 |
| commit | bb29f044aa967831cd664c54eba0de0c701436ce (patch) | |
| tree | 1398cc9780bbae0fdad071a3a3765a571c3f6d7b /lisp/help.el | |
| parent | 3c935a7e996701244d166f684119f0ff97e25496 (diff) | |
| parent | 5e605a2e528955721fc6f2bd7b9f174c15075fb1 (diff) | |
| download | emacs-bb29f044aa967831cd664c54eba0de0c701436ce.tar.gz emacs-bb29f044aa967831cd664c54eba0de0c701436ce.zip | |
upstream i think
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) |