From: Luc Teirlinck Date: Thu, 23 Oct 2003 20:41:28 +0000 (+0000) Subject: (Temporary Displays): Add xref to `Documentation Tips'. X-Git-Tag: ttn-vms-21-2-B4~8475 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7cd58d7dcbd3a5dc975d7cf713e5925638f32a1;p=emacs.git (Temporary Displays): Add xref to `Documentation Tips'. --- diff --git a/lispref/display.texi b/lispref/display.texi index f4f1255bf63..105d7e6d3e6 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -801,11 +801,12 @@ they print into the buffer named @var{buffer-name}, which is first 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.