projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be9d4a
)
; * etc/NEWS: Fix a typo in the recent change.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 15 Jun 2021 15:10:45 +0000
(18:10 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 15 Jun 2021 15:10:45 +0000
(18:10 +0300)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 30114cab2fdabb6a6da4c9b48d14f8fb699f005f..85ef6e4ba38bbea9674128acd006fdf97e18cdf6 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-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'.