aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-25 20:34:42 +0000
committerRichard M. Stallman1994-10-25 20:34:42 +0000
commitc3ef6b1d5f7b8e37dd231d11541ec4e7edb8bc29 (patch)
tree1d816f3d88ea8bf6d76e973871f8610df292e427 /src
parent4bc7c5ab7bb57d6d46c8b2de07eda050c369820a (diff)
downloademacs-c3ef6b1d5f7b8e37dd231d11541ec4e7edb8bc29.tar.gz
emacs-c3ef6b1d5f7b8e37dd231d11541ec4e7edb8bc29.zip
(Vtemp_buffer_show_function): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c1
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\
3261The function is called with one argument, the buffer to be displayed.\n\
3261Used by `with-output-to-temp-buffer'."); 3262Used by `with-output-to-temp-buffer'.");
3262 Vtemp_buffer_show_function = Qnil; 3263 Vtemp_buffer_show_function = Qnil;
3263 3264