diff options
| author | Artur Malabarba | 2015-11-10 13:47:42 +0000 |
|---|---|---|
| committer | Artur Malabarba | 2015-11-10 14:45:50 +0000 |
| commit | d149ca81c33ab95900306c3c71f6eff62a3ec1a1 (patch) | |
| tree | fff842fe86fd57417d237b44dd8cc196b6277058 /etc | |
| parent | 9145e79dc2042fb477959ddda59c3e2ff5fa3914 (diff) | |
| download | emacs-d149ca81c33ab95900306c3c71f6eff62a3ec1a1.tar.gz emacs-d149ca81c33ab95900306c3c71f6eff62a3ec1a1.zip | |
* doc/lispref/variables.texi (Directory Local Variables):
Document dir-locals wildcards
* lisp/files.el (dir-locals-file): Point to Info node.
* doc/emacs/custom.texi (Directory Variables):
Document dir-locals wildcards.
* etc/NEWS: Document new functionality.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -103,6 +103,9 @@ and can contain escape sequences for command keys, quotes, and the like. | |||
| 103 | 103 | ||
| 104 | * Changes in Emacs 25.1 | 104 | * Changes in Emacs 25.1 |
| 105 | 105 | ||
| 106 | ** Any file of the form .dir-locals*.el is now considered a dir-local | ||
| 107 | file, and multiple can be used in the same directory. See the | ||
| 108 | variable `dir-locals-file' for more information. | ||
| 106 | ** `xref-find-definitions' and `describe-function' now display | 109 | ** `xref-find-definitions' and `describe-function' now display |
| 107 | information about mode local overrides (defined by | 110 | information about mode local overrides (defined by |
| 108 | cedet/mode-local.el `define-overloadable-function' and | 111 | cedet/mode-local.el `define-overloadable-function' and |