From: Richard M. Stallman Date: Tue, 25 Oct 1994 20:34:42 +0000 (+0000) Subject: (Vtemp_buffer_show_function): Doc fix. X-Git-Tag: emacs-19.34~6159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3ef6b1d5f7b8e37dd231d11541ec4e7edb8bc29;p=emacs.git (Vtemp_buffer_show_function): Doc fix. --- 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 () DEFVAR_LISP ("temp-buffer-show-function", &Vtemp_buffer_show_function, "Non-nil means call as function to display a help buffer.\n\ +The function is called with one argument, the buffer to be displayed.\n\ Used by `with-output-to-temp-buffer'."); Vtemp_buffer_show_function = Qnil;