diff options
| author | Glenn Morris | 2018-02-28 12:35:44 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-28 12:35:44 -0500 |
| commit | fd5023874872dcb559cb7acdca6b019273c9de07 (patch) | |
| tree | 920cca1e359717b649f99e53dc4795f0b7d58ab9 | |
| parent | 769ea57734f4b7cdb95a65cf0d7da367f2e1db90 (diff) | |
| download | emacs-fd5023874872dcb559cb7acdca6b019273c9de07.tar.gz emacs-fd5023874872dcb559cb7acdca6b019273c9de07.zip | |
* doc/lispref/streams.texi (Output Variables): Fix previous.
| -rw-r--r-- | doc/lispref/streams.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 4c8a7473374..ebd806601ef 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi | |||
| @@ -784,6 +784,7 @@ printed as backslash sequences by the print functions @code{prin1} and | |||
| 784 | @code{print} that print with quoting. If this variable and | 784 | @code{print} that print with quoting. If this variable and |
| 785 | @code{print-escape-newlines} are both non-@code{nil}, the latter takes | 785 | @code{print-escape-newlines} are both non-@code{nil}, the latter takes |
| 786 | precedences for newlines and formfeeds. | 786 | precedences for newlines and formfeeds. |
| 787 | @end defvar | ||
| 787 | 788 | ||
| 788 | @defvar print-escape-nonascii | 789 | @defvar print-escape-nonascii |
| 789 | If this variable is non-@code{nil}, then unibyte non-@acronym{ASCII} | 790 | If this variable is non-@code{nil}, then unibyte non-@acronym{ASCII} |