aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.