comparison lispref/display.texi @ 42082:20c1f73d3db3

Minor clarification.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 Dec 2001 18:36:16 +0000
parents 3532d3226828
children c4f9d48801a8
comparison
equal deleted inserted replaced
42081:174e93fec7cc 42082:20c1f73d3db3
658 @end defvar 658 @end defvar
659 659
660 @defvar temp-buffer-setup-hook 660 @defvar temp-buffer-setup-hook
661 @tindex temp-buffer-setup-hook 661 @tindex temp-buffer-setup-hook
662 This normal hook is run by @code{with-output-to-temp-buffer} before 662 This normal hook is run by @code{with-output-to-temp-buffer} before
663 evaluating @var{body}. When the hook runs, the help buffer is current. 663 evaluating @var{body}. When the hook runs, the temporary buffer is
664 This hook is normally set up with a function to put the buffer in Help 664 current. This hook is normally set up with a function to put the
665 mode. 665 buffer in Help mode.
666 @end defvar 666 @end defvar
667 667
668 @defvar temp-buffer-show-hook 668 @defvar temp-buffer-show-hook
669 This normal hook is run by @code{with-output-to-temp-buffer} after 669 This normal hook is run by @code{with-output-to-temp-buffer} after
670 displaying the help buffer. When the hook runs, the help buffer is 670 displaying the temporary buffer. When the hook runs, the temporary buffer
671 current, and the window it was displayed in is selected. This hook is 671 is current, and the window it was displayed in is selected. This hook
672 normally set up with a function to make the buffer read only, and find 672 is normally set up with a function to make the buffer read only, and
673 function names and variable names in it, provided the major mode is 673 find function names and variable names in it, provided the major mode
674 still Help mode. 674 is Help mode.
675 @end defvar 675 @end defvar
676 676
677 @defun momentary-string-display string position &optional char message 677 @defun momentary-string-display string position &optional char message
678 This function momentarily displays @var{string} in the current buffer at 678 This function momentarily displays @var{string} in the current buffer at
679 @var{position}. It has no effect on the undo list or on the buffer's 679 @var{position}. It has no effect on the undo list or on the buffer's