From: Richard M. Stallman Date: Mon, 21 Apr 2003 01:37:37 +0000 (+0000) Subject: (Selecting a Representation): Fix Texinfo usage. X-Git-Tag: ttn-vms-21-2-B4~10459 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=686ffe28aab7cf1b198dfc9e1ed85b717ff1ee35;p=emacs.git (Selecting a Representation): Fix Texinfo usage. --- diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index de29dd9f3c9..9a7549d7655 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi @@ -229,7 +229,7 @@ more characters than @var{string} has. 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 @@ If @var{string} is already a multibyte string, then the value is @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