]> git.eshelyaron.com Git - emacs.git/commitdiff
(Case Tables): Improve last change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Apr 2007 01:52:16 +0000 (01:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Apr 2007 01:52:16 +0000 (01:52 +0000)
lispref/strings.texi

index 788a7948b4fc3739cd1beb3f3166ff9111c4788e..af5a2fa14d3827734aee3be53154796cfa191240 100644 (file)
@@ -1117,17 +1117,18 @@ of an abnormal exit via @code{throw} or error (@pxref{Nonlocal
 Exits}).
 @end defmac
 
-  Some language environments may modify the case conversions of ASCII
-characters; for example, in the Turkish language environment, the
-ASCII character ``I'' is downcased into a Turkish ``dotless i''.  This
-can interfere with code that requires ordinary ASCII case conversion,
-such as implementations of ASCII-based network protocols.  In that
-case, use the @code{with-case-table} macro with the variable
-@var{ascii-case-table}, which stores the unmodified case table for the
-ASCII character set.
+  Some language environments may modify the case conversions of
+@acronym{ASCII} characters; for example, in the Turkish language
+environment, the @acronym{ASCII} character @samp{I} is downcased into
+a Turkish ``dotless i''.  This can interfere with code that requires
+ordinary ASCII case conversion, such as implementations of
+@acronym{ASCII}-based network protocols.  In that case, use the
+@code{with-case-table} macro with the variable @var{ascii-case-table},
+which stores the unmodified case table for the @acronym{ASCII}
+character set.
 
 @defvar ascii-case-table
-The case table for the ASCII character set.  This should not be
+The case table for the @acronym{ASCII} character set.  This should not be
 modified by any language environment settings.
 @end defvar