1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

; * etc/NEWS: Fix a typo in the recent change.

This commit is contained in:
Eli Zaretskii 2021-06-15 18:10:45 +03:00
parent 8be9d4a156
commit 9dde254e96

View File

@ -2852,8 +2852,9 @@ customize them.
+++
** New function 'syntax-class-to-char'.
This does the almost the opposite of 'string-to-syntax' -- it returns
the syntax descriptor (a character) given a raw syntax descriptor.
This does almost the opposite of 'string-to-syntax' -- it returns the
syntax descriptor (a character) given a raw syntax descriptor (an
integer).
+++
** New function 'buffer-local-boundp'.