diff options
| author | Richard M. Stallman | 2003-04-21 01:37:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-21 01:37:37 +0000 |
| commit | 686ffe28aab7cf1b198dfc9e1ed85b717ff1ee35 (patch) | |
| tree | 4bd1a95bebfe30f2364e5e536d7f688e373daa26 | |
| parent | 1a534b89fc2f334d9e32b0009cd7922b546a3fed (diff) | |
| download | emacs-686ffe28aab7cf1b198dfc9e1ed85b717ff1ee35.tar.gz emacs-686ffe28aab7cf1b198dfc9e1ed85b717ff1ee35.zip | |
(Selecting a Representation): Fix Texinfo usage.
| -rw-r--r-- | lispref/nonascii.texi | 6 |
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. | |||
| 229 | If @var{string} is already a unibyte string, then the value is | 229 | If @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 |
| 231 | text properties. If @var{string} is multibyte, any characters it | 231 | text properties. If @var{string} is multibyte, any characters it |
| 232 | contains of charset @var{eight-bit-control} or @var{eight-bit-graphic} | 232 | contains of charset @code{eight-bit-control} or @code{eight-bit-graphic} |
| 233 | are converted to the corresponding single byte. | 233 | are 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 |
| 243 | text properties. If @var{string} is unibyte and contains any individual | 243 | text properties. If @var{string} is unibyte and contains any individual |
| 244 | 8-bit bytes (i.e.@: not part of a multibyte form), they are converted to | 244 | 8-bit bytes (i.e.@: not part of a multibyte form), they are converted to |
| 245 | the corresponding multibyte character of charset @var{eight-bit-control} | 245 | the corresponding multibyte character of charset @code{eight-bit-control} |
| 246 | or @var{eight-bit-graphic}. | 246 | or @code{eight-bit-graphic}. |
| 247 | @end defun | 247 | @end defun |
| 248 | 248 | ||
| 249 | @node Character Codes | 249 | @node Character Codes |