summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-07-26 06:40:13 +0000
committerRichard M. Stallman <rms@gnu.org>1998-07-26 06:40:13 +0000
commit5074194e46b6b76d400889cfc1811b2a8ce42c2d (patch)
treecda8d3f5c03a079e096ac3e0600d2439c24f4d26 /lispref
parent524eab087cd6f6f17e2f350bb08977b33bff6ee0 (diff)
downloademacs-5074194e46b6b76d400889cfc1811b2a8ce42c2d.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/streams.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi
index 5521f74d876..2209a40baf9 100644
--- a/lispref/streams.texi
+++ b/lispref/streams.texi
@@ -720,6 +720,23 @@ If this variable is non-@code{nil}, then unibyte non-@sc{ASCII}
characters in strings are unconditionally printed as backslash sequences
by the print functions @code{prin1} and @code{print} that print with
quoting.
+
+Those functions also use backslash sequences for unibyte non-@sc{ASCII}
+characters, regardless of the value of this variable, when the output
+stream is a multibyte buffer or a marker pointing into one.
+@end defvar
+
+@tindex print-escape-multibyte
+@defvar print-escape-multibyte
+If this variable is non-@code{nil}, then multibyte non-@sc{ASCII}
+characters in strings are unconditionally printed as backslash sequences
+by the print functions @code{prin1} and @code{print} that print with
+quoting.
+
+Those functions also use backslash sequences for multibyte
+non-@sc{ASCII} characters, regardless of the value of this variable,
+when the output stream is a unibyte buffer or a marker pointing into
+one.
@end defvar
@defvar print-length