summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2003-10-23 20:41:28 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2003-10-23 20:41:28 +0000
commitd7cd58d7dcbd3a5dc975d7cf713e5925638f32a1 (patch)
treeae7c65e3d826be9fddb8eedaadb5a4a25c1947af
parent97c437db3320763199099bbbce7e02ae01ef5603 (diff)
downloademacs-d7cd58d7dcbd3a5dc975d7cf713e5925638f32a1.tar.gz
(Temporary Displays): Add xref to `Documentation Tips'.
-rw-r--r--lispref/display.texi9
1 files 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.