]> code.delx.au - gnu-emacs/commitdiff
(syms_of_print) <print-escape-nonascii>: Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 May 2003 11:47:41 +0000 (11:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 May 2003 11:47:41 +0000 (11:47 +0000)
src/print.c

index dc72539f7f561189a746e0ebaff8d2d1d186e1f7..76be38265bb6f2254b30d644fb4de2b7a77a4b1d 100644 (file)
@@ -2085,7 +2085,9 @@ Also print formfeeds as `\\f'.  */);
   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,