aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-06-15 18:10:45 +0300
committerEli Zaretskii2021-06-15 18:10:45 +0300
commit9dde254e96417167fcd90f2af9ca8d2f656024e8 (patch)
tree399a802073ad0120e1246519baa3f07e89932ef0
parent8be9d4a1568c34aed753b085d5d33daef5dfa797 (diff)
downloademacs-9dde254e96417167fcd90f2af9ca8d2f656024e8.tar.gz
emacs-9dde254e96417167fcd90f2af9ca8d2f656024e8.zip
; * etc/NEWS: Fix a typo in the recent change.
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 30114cab2fd..85ef6e4ba38 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2852,8 +2852,9 @@ customize them.
2852 2852
2853+++ 2853+++
2854** New function 'syntax-class-to-char'. 2854** New function 'syntax-class-to-char'.
2855This does the almost the opposite of 'string-to-syntax' -- it returns 2855This does almost the opposite of 'string-to-syntax' -- it returns the
2856the syntax descriptor (a character) given a raw syntax descriptor. 2856syntax descriptor (a character) given a raw syntax descriptor (an
2857integer).
2857 2858
2858+++ 2859+++
2859** New function 'buffer-local-boundp'. 2860** New function 'buffer-local-boundp'.