Fix a typo in ELisp manual
* doc/lispref/nonascii.texi (Converting Representations): Fix inconsistency between @defun and the argument description of 'byte-to-string'. (Bug#34119)
This commit is contained in:
parent
c9f6f86814
commit
b6d78a0d80
1 changed files with 2 additions and 3 deletions
|
@ -287,12 +287,11 @@ unibyte string, it is returned unchanged. Use this function for
|
|||
characters.
|
||||
@end defun
|
||||
|
||||
@c FIXME: Should '@var{character}' be '@var{byte}'?
|
||||
@defun byte-to-string byte
|
||||
@cindex byte to string
|
||||
This function returns a unibyte string containing a single byte of
|
||||
character data, @var{character}. It signals an error if
|
||||
@var{character} is not an integer between 0 and 255.
|
||||
character data, @var{byte}. It signals an error if @var{byte} is not
|
||||
an integer between 0 and 255.
|
||||
@end defun
|
||||
|
||||
@defun multibyte-char-to-unibyte char
|
||||
|
|
Loading…
Add table
Reference in a new issue