From eb694e4357df48473678a89207191d83941eea97 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 4 Mar 2017 00:34:15 -0800 Subject: [PATCH] Use @acronym{ASCII}. --- doc/ref-manual/io.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1