aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/custom.texi4
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 987a1115e91..451e422ae5a 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12012-06-06 Michael Albinus <michael.albinus@gmx.de>
2
3 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
4
12012-05-28 Glenn Morris <rgm@gnu.org> 52012-05-28 Glenn Morris <rgm@gnu.org>
2 6
3 * ack.texi, building.texi, calendar.texi, custom.texi: 7 * ack.texi, building.texi, calendar.texi, custom.texi:
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 5226a458c28..f5657a65001 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -1283,7 +1283,9 @@ specified in @file{.dir-locals.el}, as though they had been defined as
1283file-local variables for that file (@pxref{File Variables}). Emacs 1283file-local variables for that file (@pxref{File Variables}). Emacs
1284searches for @file{.dir-locals.el} starting in the directory of the 1284searches for @file{.dir-locals.el} starting in the directory of the
1285visited file, and moving up the directory tree. To avoid slowdown, 1285visited file, and moving up the directory tree. To avoid slowdown,
1286this search is skipped for remote files. 1286this search is skipped for remote files. If needed, the search can be
1287extended for remote files by setting the variable
1288@code{enable-remote-dir-locals} to @code{t}.
1287 1289
1288 The @file{.dir-locals.el} file should hold a specially-constructed 1290 The @file{.dir-locals.el} file should hold a specially-constructed
1289list, which maps major mode names (symbols) to alists 1291list, which maps major mode names (symbols) to alists