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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Thu, 23 Oct 2003 16:41:28 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.102 emacs/lispref/display.texi:1.103
*** emacs/lispref/display.texi:1.102    Tue Oct 21 07:47:19 2003
--- emacs/lispref/display.texi  Thu Oct 23 16:41:28 2003
***************
*** 801,811 ****
  created if necessary, and put into Help mode.  Finally, the buffer is
  displayed in some window, but not selected.
  
! If the @var{forms} do not change the major mode in the output buffer, so
! that it is still Help mode at the end of their execution, then
  @code{with-output-to-temp-buffer} makes this buffer read-only at the
! end, and also scans it for function and variable names to make them into
! clickable cross-references.
  
  The string @var{buffer-name} specifies the temporary buffer, which
  need not already exist.  The argument must be a string, not a buffer.
--- 801,812 ----
  created if necessary, and put into Help mode.  Finally, the buffer is
  displayed in some window, but not selected.
  
! If the @var{forms} do not change the major mode in the output buffer,
! so that it is still Help mode at the end of their execution, then
  @code{with-output-to-temp-buffer} makes this buffer read-only at the
! end, and also scans it for function and variable names to make them
! into clickable cross-references.  @xref{Documentation Tips, , Tips for
! Documentation Strings}.
  
  The string @var{buffer-name} specifies the temporary buffer, which
  need not already exist.  The argument must be a string, not a buffer.




reply via email to

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