aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-21 01:37:37 +0000
committerRichard M. Stallman2003-04-21 01:37:37 +0000
commit686ffe28aab7cf1b198dfc9e1ed85b717ff1ee35 (patch)
tree4bd1a95bebfe30f2364e5e536d7f688e373daa26
parent1a534b89fc2f334d9e32b0009cd7922b546a3fed (diff)
downloademacs-686ffe28aab7cf1b198dfc9e1ed85b717ff1ee35.tar.gz
emacs-686ffe28aab7cf1b198dfc9e1ed85b717ff1ee35.zip
(Selecting a Representation): Fix Texinfo usage.
-rw-r--r--lispref/nonascii.texi6
1 files changed, 3 insertions, 3 deletions
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.
229If @var{string} is already a unibyte string, then the value is 229If @var{string} is already a unibyte string, then the value is
230@var{string} itself. Otherwise it is a newly created string, with no 230@var{string} itself. Otherwise it is a newly created string, with no
231text properties. If @var{string} is multibyte, any characters it 231text properties. If @var{string} is multibyte, any characters it
232contains of charset @var{eight-bit-control} or @var{eight-bit-graphic} 232contains of charset @code{eight-bit-control} or @code{eight-bit-graphic}
233are converted to the corresponding single byte. 233are converted to the corresponding single byte.
234@end defun 234@end defun
235 235
@@ -242,8 +242,8 @@ If @var{string} is already a multibyte string, then the value is
242@var{string} itself. Otherwise it is a newly created string, with no 242@var{string} itself. Otherwise it is a newly created string, with no
243text properties. If @var{string} is unibyte and contains any individual 243text properties. If @var{string} is unibyte and contains any individual
2448-bit bytes (i.e.@: not part of a multibyte form), they are converted to 2448-bit bytes (i.e.@: not part of a multibyte form), they are converted to
245the corresponding multibyte character of charset @var{eight-bit-control} 245the corresponding multibyte character of charset @code{eight-bit-control}
246or @var{eight-bit-graphic}. 246or @code{eight-bit-graphic}.
247@end defun 247@end defun
248 248
249@node Character Codes 249@node Character Codes