1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08: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'.