aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorArtur Malabarba2015-11-10 13:47:42 +0000
committerArtur Malabarba2015-11-10 14:45:50 +0000
commitd149ca81c33ab95900306c3c71f6eff62a3ec1a1 (patch)
treefff842fe86fd57417d237b44dd8cc196b6277058 /etc
parent9145e79dc2042fb477959ddda59c3e2ff5fa3914 (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4c5639ffd3d..f3df92e51e5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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