# HG changeset patch # User Richard M. Stallman # Date 1050889057 0 # Node ID 6f6abeeda7ed668403a7b40a708b49345a931f38 # Parent b108545d1f24c2a1b39db53d19ee9fe9e4a3a480 (Selecting a Representation): Fix Texinfo usage. diff -r b108545d1f24 -r 6f6abeeda7ed lispref/nonascii.texi --- a/lispref/nonascii.texi Mon Apr 21 01:35:20 2003 +0000 +++ b/lispref/nonascii.texi Mon Apr 21 01:37:37 2003 +0000 @@ -229,7 +229,7 @@ If @var{string} is already a unibyte string, then the value is @var{string} itself. Otherwise it is a newly created string, with no text properties. If @var{string} is multibyte, any characters it -contains of charset @var{eight-bit-control} or @var{eight-bit-graphic} +contains of charset @code{eight-bit-control} or @code{eight-bit-graphic} are converted to the corresponding single byte. @end defun @@ -242,8 +242,8 @@ @var{string} itself. Otherwise it is a newly created string, with no text properties. If @var{string} is unibyte and contains any individual 8-bit bytes (i.e.@: not part of a multibyte form), they are converted to -the corresponding multibyte character of charset @var{eight-bit-control} -or @var{eight-bit-graphic}. +the corresponding multibyte character of charset @code{eight-bit-control} +or @code{eight-bit-graphic}. @end defun @node Character Codes