diff lispref/objects.texi @ 26783:626ae4bb4994

Fix makeinfo complaints.
author Dave Love <fx@gnu.org>
date Thu, 09 Dec 1999 18:22:56 +0000
parents d3cc464b9e87
children d2e5f1b7d8e2
line wrap: on
line diff
--- a/lispref/objects.texi	Thu Dec 09 17:54:56 1999 +0000
+++ b/lispref/objects.texi	Thu Dec 09 18:22:56 1999 +0000
@@ -908,9 +908,9 @@
 unibyte source, then the character is read as unibyte and that makes the
 string unibyte.
 
-  You can also represent a multibyte non-@sc{ASCII} character with its
+  You can also represent a multibyte non-@sc{ascii} character with its
 character code: use a hex escape, @samp{\x@var{nnnnnnn}}, with as many
-digits as necessary.  (Multibyte non-@sc{ASCII} character codes are all
+digits as necessary.  (Multibyte non-@sc{ascii} character codes are all
 greater than 256.)  Any character which is not a valid hex digit
 terminates this construct.  If the next character in the string could be
 interpreted as a hex digit, write @w{@samp{\ }} (backslash and space) to