From 249c0f71656b128eb0a2b7290ce7408b1368e396 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 28 May 2003 11:47:41 +0000 Subject: [PATCH] (syms_of_print) : Doc fix. --- src/print.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- 2.39.5