1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(Selecting a Representation): Fix Texinfo usage.

This commit is contained in:
Richard M. Stallman 2003-04-21 01:37:37 +00:00
parent 1a534b89fc
commit 686ffe28aa

View File

@ -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