diff options
| -rw-r--r-- | src/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index 04f0eca3d99..ace03ea7ba6 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3258,6 +3258,7 @@ syms_of_window () | |||
| 3258 | 3258 | ||
| 3259 | DEFVAR_LISP ("temp-buffer-show-function", &Vtemp_buffer_show_function, | 3259 | DEFVAR_LISP ("temp-buffer-show-function", &Vtemp_buffer_show_function, |
| 3260 | "Non-nil means call as function to display a help buffer.\n\ | 3260 | "Non-nil means call as function to display a help buffer.\n\ |
| 3261 | The function is called with one argument, the buffer to be displayed.\n\ | ||
| 3261 | Used by `with-output-to-temp-buffer'."); | 3262 | Used by `with-output-to-temp-buffer'."); |
| 3262 | Vtemp_buffer_show_function = Qnil; | 3263 | Vtemp_buffer_show_function = Qnil; |
| 3263 | 3264 | ||