diff lispref/display.texi @ 52923:41c0ac1a4ed4

(Temporary Displays): Add xref to `Documentation Tips'.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 23 Oct 2003 20:41:28 +0000
parents 4330ac057822
children eb3f1895daff
line wrap: on
line diff
--- 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.