aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2016-05-27 12:33:57 -0400
committerStefan Monnier2016-05-27 12:33:57 -0400
commit84f431224cdc1ee65b4662f3eb55f4da46066e3e (patch)
tree115c4c4637314de14d712d9be679f467f666b90a /etc
parent01f375386d74af896d427e2c6899df20c78b3850 (diff)
downloademacs-84f431224cdc1ee65b4662f3eb55f4da46066e3e.tar.gz
emacs-84f431224cdc1ee65b4662f3eb55f4da46066e3e.zip
* lisp/subr.el (definition-prefixes): Expand docstring
* lisp/emacs-lisp/autoload.el (autoload--split-prefixes): Remove unused function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 56f0ef8de24..b2e42e3f91b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -385,6 +385,10 @@ function 'check-declare-errmsg' has been removed.
385 385
386* Lisp Changes in Emacs 25.2 386* Lisp Changes in Emacs 25.2
387 387
388** New var `definition-prefixes' is a hashtable mapping prefixes to the
389files where corresponding definitions can be found. This can be used
390to fetch definitions that are not yet loaded, for example for `C-h f'.
391
388** New var syntax-ppss-table to control the syntax-table used in syntax-ppss. 392** New var syntax-ppss-table to control the syntax-table used in syntax-ppss.
389 393
390+++ 394+++