From: Chris Hanson Date: Sat, 4 Mar 2017 08:34:15 +0000 (-0800) Subject: Use @acronym{ASCII}. X-Git-Tag: mit-scheme-pucked-9.2.12~196^2~12 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=eb694e4357df48473678a89207191d83941eea97;p=mit-scheme.git Use @acronym{ASCII}. --- diff --git a/doc/ref-manual/io.texi b/doc/ref-manual/io.texi index 4fd383162..3b8adcac1 100644 --- a/doc/ref-manual/io.texi +++ b/doc/ref-manual/io.texi @@ -912,7 +912,7 @@ Writes a representation of @var{object} to the given textual output @var{port}. Strings that appear in the written representation are enclosed in quotation marks, and within those strings backslash and quotation mark characters are escaped by backslashes. Symbols that -contain non-ASCII characters are escaped with vertical lines. +contain non-@acronym{ASCII} characters are escaped with vertical lines. Character objects are written using the @code{#\} notation. If @var{object} contains cycles which would cause an infinite loop