# HG changeset patch # User Luc Teirlinck # Date 1066941688 0 # Node ID 41c0ac1a4ed4f7c2b253e6fde2be0e5503a8a411 # Parent 4316ad6594972a45f5326d729b7a04922af4ce34 (Temporary Displays): Add xref to `Documentation Tips'. diff -r 4316ad659497 -r 41c0ac1a4ed4 lispref/display.texi --- a/lispref/display.texi Thu Oct 23 20:36:19 2003 +0000 +++ b/lispref/display.texi Thu Oct 23 20:41:28 2003 +0000 @@ -801,11 +801,12 @@ 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 +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. +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.