From: Richard M. Stallman Date: Wed, 28 May 2003 11:47:41 +0000 (+0000) Subject: (syms_of_print) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~9887 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=249c0f71656b128eb0a2b7290ce7408b1368e396;p=emacs.git (syms_of_print) : Doc fix. --- diff --git a/src/print.c b/src/print.c index dc72539f7f5..76be38265bb 100644 --- a/src/print.c +++ b/src/print.c @@ -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,