diff options
| -rw-r--r-- | doc/lispref/streams.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 5d6a382cbb0..9fd2d074efe 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi | |||
| @@ -986,7 +986,7 @@ having their own escape syntax such as newline. | |||
| 986 | @cindex overrides, in output functions | 986 | @cindex overrides, in output functions |
| 987 | @cindex output variables, overriding | 987 | @cindex output variables, overriding |
| 988 | 988 | ||
| 989 | The previous section (@pxref{Output Functions}) lists the numerous | 989 | The previous section (@pxref{Output Variables}) lists the numerous |
| 990 | variables that control how the Emacs Lisp printer formats data for | 990 | variables that control how the Emacs Lisp printer formats data for |
| 991 | outputs. These are generally available for users to change, but | 991 | outputs. These are generally available for users to change, but |
| 992 | sometimes you want to output data in the default format, or override | 992 | sometimes you want to output data in the default format, or override |