summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-25 20:35:28 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-25 20:35:28 +0000
commit46c7163f76b9c7bff5816a3c7dd7a3595436e05b (patch)
treef2a138c54fcafef07999c7d92c76f290e072e930 /src
parent3e91dd6832368cf63b37e24f995e0afe5a4779b9 (diff)
downloademacs-46c7163f76b9c7bff5816a3c7dd7a3595436e05b.tar.gz
(sms_of_print): Doc fix in prev change.
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index e9faec91188..80959d0ad86 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1816,7 +1816,7 @@ Also print formfeeds as backslash-f.");
DEFVAR_BOOL ("print-escape-nonascii", &print_escape_nonascii,
"Non-nil means print non-ASCII characters in strings as backslash-NNN.\n\
NNN is the octal representation of the character's value.\n\
-Only single-byte characters are affected.");
+Only single-byte characters are affected, and only in `prin1'.");
print_escape_nonascii = 0;
DEFVAR_BOOL ("print-quoted", &print_quoted,