; * doc/lispref/nonascii.texi (Character Codes): Fix wording.

This commit is contained in:
Eli Zaretskii 2024-06-11 15:09:30 +03:00
parent e3078994d8
commit 7375b6d5ad

View file

@ -436,7 +436,7 @@ This function returns @code{nil} if @var{string} does not name a character.
@end defun
@defun char-to-name char
This function returns the Unicode name of @var{char}. Returns
This function returns the Unicode name of @var{char}. It returns
@code{nil} if @var{char} is not a character or has no Unicode name.
@end defun