From 96aab770c2dbd376c2f61f8c8998da011ae56845 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 May 1998 20:35:28 +0000 Subject: [PATCH] (sms_of_print): Doc fix in prev change. --- src/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2