# HG changeset patch # User Richard M. Stallman # Date 1008527776 0 # Node ID 20c1f73d3db3673042aa2df53d601bd163a71345 # Parent 174e93fec7ccf66150c87fc4541b4d41fda394ea Minor clarification. diff -r 174e93fec7cc -r 20c1f73d3db3 lispref/display.texi --- a/lispref/display.texi Sun Dec 16 18:29:53 2001 +0000 +++ b/lispref/display.texi Sun Dec 16 18:36:16 2001 +0000 @@ -660,18 +660,18 @@ @defvar temp-buffer-setup-hook @tindex temp-buffer-setup-hook This normal hook is run by @code{with-output-to-temp-buffer} before -evaluating @var{body}. When the hook runs, the help buffer is current. -This hook is normally set up with a function to put the buffer in Help -mode. +evaluating @var{body}. When the hook runs, the temporary buffer is +current. This hook is normally set up with a function to put the +buffer in Help mode. @end defvar @defvar temp-buffer-show-hook This normal hook is run by @code{with-output-to-temp-buffer} after -displaying the help buffer. When the hook runs, the help buffer is -current, and the window it was displayed in is selected. This hook is -normally set up with a function to make the buffer read only, and find -function names and variable names in it, provided the major mode is -still Help mode. +displaying the temporary buffer. When the hook runs, the temporary buffer +is current, and the window it was displayed in is selected. This hook +is normally set up with a function to make the buffer read only, and +find function names and variable names in it, provided the major mode +is Help mode. @end defvar @defun momentary-string-display string position &optional char message