diff options
| author | Stefan Monnier | 2016-05-27 12:33:57 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2016-05-27 12:33:57 -0400 |
| commit | 84f431224cdc1ee65b4662f3eb55f4da46066e3e (patch) | |
| tree | 115c4c4637314de14d712d9be679f467f666b90a /etc | |
| parent | 01f375386d74af896d427e2c6899df20c78b3850 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||
| 389 | files where corresponding definitions can be found. This can be used | ||
| 390 | to 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 | +++ |