diff options
| author | Luc Teirlinck | 2003-10-23 20:41:28 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-10-23 20:41:28 +0000 |
| commit | d7cd58d7dcbd3a5dc975d7cf713e5925638f32a1 (patch) | |
| tree | ae7c65e3d826be9fddb8eedaadb5a4a25c1947af | |
| parent | 97c437db3320763199099bbbce7e02ae01ef5603 (diff) | |
| download | emacs-d7cd58d7dcbd3a5dc975d7cf713e5925638f32a1.tar.gz emacs-d7cd58d7dcbd3a5dc975d7cf713e5925638f32a1.zip | |
(Temporary Displays): Add xref to `Documentation Tips'.
| -rw-r--r-- | lispref/display.texi | 9 |
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 | |||
| 801 | created if necessary, and put into Help mode. Finally, the buffer is | 801 | created if necessary, and put into Help mode. Finally, the buffer is |
| 802 | displayed in some window, but not selected. | 802 | displayed in some window, but not selected. |
| 803 | 803 | ||
| 804 | If the @var{forms} do not change the major mode in the output buffer, so | 804 | If the @var{forms} do not change the major mode in the output buffer, |
| 805 | that it is still Help mode at the end of their execution, then | 805 | so 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 |
| 807 | end, and also scans it for function and variable names to make them into | 807 | end, and also scans it for function and variable names to make them |
| 808 | clickable cross-references. | 808 | into clickable cross-references. @xref{Documentation Tips, , Tips for |
| 809 | Documentation Strings}. | ||
| 809 | 810 | ||
| 810 | The string @var{buffer-name} specifies the temporary buffer, which | 811 | The string @var{buffer-name} specifies the temporary buffer, which |
| 811 | need not already exist. The argument must be a string, not a buffer. | 812 | need not already exist. The argument must be a string, not a buffer. |