changeset 51299:931dc917de11

(syms_of_print) <print-escape-nonascii>: Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 May 2003 11:47:41 +0000
parents 229d922db4a3
children 0d8a28231554
files src/print.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/print.c	Wed May 28 11:43:37 2003 +0000
+++ b/src/print.c	Wed May 28 11:47:41 2003 +0000
@@ -2085,7 +2085,9 @@
   DEFVAR_BOOL ("print-escape-nonascii", &print_escape_nonascii,
 	       doc: /* Non-nil means print unibyte non-ASCII chars in strings as \\OOO.
 \(OOO is the octal representation of the character code.)
-Only single-byte characters are affected, and only in `prin1'.  */);
+Only single-byte characters are affected, and only in `prin1'.
+When the output goes in a multibyte buffer, this feature is
+enabled regardless of the value of the variable.  */);
   print_escape_nonascii = 0;
 
   DEFVAR_BOOL ("print-escape-multibyte", &print_escape_multibyte,