From d7cd58d7dcbd3a5dc975d7cf713e5925638f32a1 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Thu, 23 Oct 2003 20:41:28 +0000 Subject: [PATCH] (Temporary Displays): Add xref to `Documentation Tips'. --- lispref/display.texi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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. -- 2.39.2