comparison lispref/display.texi @ 53301:67874c814e45

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 25 Dec 2003 04:03:49 +0000
parents 1a5c50faf357
children ecb83c041da3
comparison
equal deleted inserted replaced
53300:2cabf526af0e 53301:67874c814e45
803 803
804 If the @var{forms} do not change the major mode in the output buffer, 804 If the @var{forms} do not change the major mode in the output buffer,
805 so that it is still Help mode at the end of their execution, then 805 so that it is still Help mode at the end of their execution, then
806 @code{with-output-to-temp-buffer} makes this buffer read-only at the 806 @code{with-output-to-temp-buffer} makes this buffer read-only at the
807 end, and also scans it for function and variable names to make them 807 end, and also scans it for function and variable names to make them
808 into clickable cross-references. @xref{Documentation Tips, , Tips for 808 into clickable cross-references. @xref{Docstring hyperlinks, , Tips
809 Documentation Strings}. 809 for Documentation Strings}, in particular the item on hyperlinks in
810 documentation strings, for more details.
810 811
811 The string @var{buffer-name} specifies the temporary buffer, which 812 The string @var{buffer-name} specifies the temporary buffer, which
812 need not already exist. The argument must be a string, not a buffer. 813 need not already exist. The argument must be a string, not a buffer.
813 The buffer is erased initially (with no questions asked), and it is 814 The buffer is erased initially (with no questions asked), and it is
814 marked as unmodified after @code{with-output-to-temp-buffer} exits. 815 marked as unmodified after @code{with-output-to-temp-buffer} exits.