diff options
| author | Richard M. Stallman | 1998-05-25 20:35:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-25 20:35:28 +0000 |
| commit | 96aab770c2dbd376c2f61f8c8998da011ae56845 (patch) | |
| tree | fc9f20384e048c2850c22bf6c3bf414204853bd6 /src | |
| parent | 3eb6864cde223adb1e6b34b0f36f1aa04ce80aa5 (diff) | |
| download | emacs-96aab770c2dbd376c2f61f8c8998da011ae56845.tar.gz emacs-96aab770c2dbd376c2f61f8c8998da011ae56845.zip | |
(sms_of_print): Doc fix in prev change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 2 |
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."); | |||
| 1816 | DEFVAR_BOOL ("print-escape-nonascii", &print_escape_nonascii, | 1816 | DEFVAR_BOOL ("print-escape-nonascii", &print_escape_nonascii, |
| 1817 | "Non-nil means print non-ASCII characters in strings as backslash-NNN.\n\ | 1817 | "Non-nil means print non-ASCII characters in strings as backslash-NNN.\n\ |
| 1818 | NNN is the octal representation of the character's value.\n\ | 1818 | NNN is the octal representation of the character's value.\n\ |
| 1819 | Only single-byte characters are affected."); | 1819 | Only single-byte characters are affected, and only in `prin1'."); |
| 1820 | print_escape_nonascii = 0; | 1820 | print_escape_nonascii = 0; |
| 1821 | 1821 | ||
| 1822 | DEFVAR_BOOL ("print-quoted", &print_quoted, | 1822 | DEFVAR_BOOL ("print-quoted", &print_quoted, |