Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
249c0f71
Commit
249c0f71
authored
May 28, 2003
by
Richard M. Stallman
Browse files
(syms_of_print) <print-escape-nonascii>: Doc fix.
parent
5ba75c80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/print.c
src/print.c
+3
-1
No files found.
src/print.c
View file @
249c0f71
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment