changeset 22243:ec7420aa37f3

(sms_of_print): Doc fix in prev change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 May 1998 20:35:28 +0000
parents 00ce0bf9b723
children 41c88b9489c3
files src/print.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/print.c	Mon May 25 20:32:19 1998 +0000
+++ b/src/print.c	Mon May 25 20:35:28 1998 +0000
@@ -1816,7 +1816,7 @@
   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,