aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 84a2728fcf0..d44e56ac860 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2331,7 +2331,9 @@ configuration files.
2331** The new function syntax-after returns the syntax code 2331** The new function syntax-after returns the syntax code
2332of the character after a specified buffer position, taking account 2332of the character after a specified buffer position, taking account
2333of text properties as well as the character code. 2333of text properties as well as the character code.
2334It returns the value compatibly with char-syntax. 2334It returns the value compatibly with char-syntax, except
2335that the value can be a list (SYNTAX . MATCHER) which says
2336what the matching character is.
2335 2337
2336+++ 2338+++
2337** The new primitive `get-internal-run-time' returns the processor 2339** The new primitive `get-internal-run-time' returns the processor