]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 26 Jul 1998 06:40:13 +0000 (06:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 26 Jul 1998 06:40:13 +0000 (06:40 +0000)
lispref/streams.texi

index 5521f74d876e86bc72993cf5c7179e5eba51d8e8..2209a40baf94d313201c180c9f7b3c00d9eb5c60 100644 (file)
@@ -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