emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Sun, 16 Dec 2001 13:36:16 -0500

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.71 emacs/lispref/display.texi:1.72
*** emacs/lispref/display.texi:1.71     Wed Nov 14 14:31:18 2001
--- emacs/lispref/display.texi  Sun Dec 16 13:36:16 2001
***************
*** 660,677 ****
  @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.
  @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.
  @end defvar
  
  @defun momentary-string-display string position &optional char message
--- 660,677 ----
  @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 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]