(syms_of_print) <print-escape-nonascii>: Doc fix.

This commit is contained in:
Richard M. Stallman 2003-05-28 11:47:41 +00:00
parent 5ba75c8054
commit 249c0f7165

View 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,