diff options
author | Eli Zaretskii <eliz@gnu.org> | 2003-11-02 06:29:59 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2003-11-02 06:29:59 +0000 |
commit | 4d8dfec73b201f9d518b34170cdab749e0e464ae (patch) | |
tree | 7adfdc0dad6205c757fea9ff1f1bd5872bfe2cf5 /lispref/streams.texi | |
parent | d3a190314fbac053416f8f69435493b6219fabaf (diff) | |
download | emacs-4d8dfec73b201f9d518b34170cdab749e0e464ae.tar.gz |
Replace @sc{foo} with @acronym{FOO}.
Diffstat (limited to 'lispref/streams.texi')
-rw-r--r-- | lispref/streams.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi index 77c82627963..bd87fc84bdd 100644 --- a/lispref/streams.texi +++ b/lispref/streams.texi @@ -721,24 +721,24 @@ In the second expression, the local binding of @end defvar @defvar print-escape-nonascii -If this variable is non-@code{nil}, then unibyte non-@sc{ascii} +If this variable is non-@code{nil}, then unibyte non-@acronym{ASCII} characters in strings are unconditionally printed as backslash sequences by the print functions @code{prin1} and @code{print} that print with quoting. -Those functions also use backslash sequences for unibyte non-@sc{ascii} +Those functions also use backslash sequences for unibyte non-@acronym{ASCII} characters, regardless of the value of this variable, when the output stream is a multibyte buffer or a marker pointing into one. @end defvar @defvar print-escape-multibyte -If this variable is non-@code{nil}, then multibyte non-@sc{ascii} +If this variable is non-@code{nil}, then multibyte non-@acronym{ASCII} characters in strings are unconditionally printed as backslash sequences by the print functions @code{prin1} and @code{print} that print with quoting. Those functions also use backslash sequences for multibyte -non-@sc{ascii} characters, regardless of the value of this variable, +non-@acronym{ASCII} characters, regardless of the value of this variable, when the output stream is a unibyte buffer or a marker pointing into one. @end defvar |