Mercurial > emacs
changeset 9696:20d9e38be33f
(Vtemp_buffer_show_function): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 Oct 1994 20:34:42 +0000 |
parents | 7afe28f7af59 |
children | 328b8bc31f73 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Tue Oct 25 20:29:03 1994 +0000 +++ b/src/window.c Tue Oct 25 20:34:42 1994 +0000 @@ -3258,6 +3258,7 @@ 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;