diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-07-08 07:01:27 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-07-08 07:01:27 +0200 |
| commit | ff9e59768793a0994587ea8da9d532c9af1d8f02 (patch) | |
| tree | 9ae33367d20a0dafd8a964031676a57a38084bd7 /compat.texi | |
| parent | e4b7ab33585b0330a3296a2e27555f5aa5ead894 (diff) | |
compat-30: Add char-to-name
Diffstat (limited to 'compat.texi')
| -rw-r--r-- | compat.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compat.texi b/compat.texi index 0efb3f7..9501a01 100644 --- a/compat.texi +++ b/compat.texi @@ -3323,6 +3323,12 @@ older than 30.1. Note that due to upstream changes, it might happen that there will be the need for changes, so use these functions with care. +@c copied from lispref/nonascii.texi +@defun char-to-name char +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 + @c copied from lispref/symbols.texi @defun obarray-clear obarray This function removes all symbols from @var{obarray}. |
