aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2003-10-23 20:41:28 +0000
committerLuc Teirlinck2003-10-23 20:41:28 +0000
commitd7cd58d7dcbd3a5dc975d7cf713e5925638f32a1 (patch)
treeae7c65e3d826be9fddb8eedaadb5a4a25c1947af
parent97c437db3320763199099bbbce7e02ae01ef5603 (diff)
downloademacs-d7cd58d7dcbd3a5dc975d7cf713e5925638f32a1.tar.gz
emacs-d7cd58d7dcbd3a5dc975d7cf713e5925638f32a1.zip
(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
801created if necessary, and put into Help mode. Finally, the buffer is 801created if necessary, and put into Help mode. Finally, the buffer is
802displayed in some window, but not selected. 802displayed in some window, but not selected.
803 803
804If the @var{forms} do not change the major mode in the output buffer, so 804If the @var{forms} do not change the major mode in the output buffer,
805that it is still Help mode at the end of their execution, then 805so that it is still Help mode at the end of their execution, then
806@code{with-output-to-temp-buffer} makes this buffer read-only at the 806@code{with-output-to-temp-buffer} makes this buffer read-only at the
807end, and also scans it for function and variable names to make them into 807end, and also scans it for function and variable names to make them
808clickable cross-references. 808into clickable cross-references. @xref{Documentation Tips, , Tips for
809Documentation Strings}.
809 810
810The string @var{buffer-name} specifies the temporary buffer, which 811The string @var{buffer-name} specifies the temporary buffer, which
811need not already exist. The argument must be a string, not a buffer. 812need not already exist. The argument must be a string, not a buffer.