diff options
| author | Richard M. Stallman | 1994-10-25 20:34:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-25 20:34:42 +0000 |
| commit | c3ef6b1d5f7b8e37dd231d11541ec4e7edb8bc29 (patch) | |
| tree | 1d816f3d88ea8bf6d76e973871f8610df292e427 | |
| parent | 4bc7c5ab7bb57d6d46c8b2de07eda050c369820a (diff) | |
| download | emacs-c3ef6b1d5f7b8e37dd231d11541ec4e7edb8bc29.tar.gz emacs-c3ef6b1d5f7b8e37dd231d11541ec4e7edb8bc29.zip | |
(Vtemp_buffer_show_function): Doc fix.
| -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 | ||