aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/nonascii.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi
index ab15ea7d9b2..66d12033d82 100644
--- a/doc/lispref/nonascii.texi
+++ b/doc/lispref/nonascii.texi
@@ -287,12 +287,11 @@ unibyte string, it is returned unchanged. Use this function for
287characters. 287characters.
288@end defun 288@end defun
289 289
290@c FIXME: Should '@var{character}' be '@var{byte}'?
291@defun byte-to-string byte 290@defun byte-to-string byte
292@cindex byte to string 291@cindex byte to string
293This function returns a unibyte string containing a single byte of 292This function returns a unibyte string containing a single byte of
294character data, @var{character}. It signals an error if 293character data, @var{byte}. It signals an error if @var{byte} is not
295@var{character} is not an integer between 0 and 255. 294an integer between 0 and 255.
296@end defun 295@end defun
297 296
298@defun multibyte-char-to-unibyte char 297@defun multibyte-char-to-unibyte char