aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorRobert Pluim2019-10-10 08:24:48 +0200
committerRobert Pluim2019-10-11 09:19:59 +0200
commit49614ec8002c7b424a4d794b5e7491f0959280fd (patch)
tree40aef674904b3e83ffc49408fd5c3006933f1eb1 /doc/lispref
parent17fea5ba38c58324ac4029a348456484d3ea0c35 (diff)
downloademacs-49614ec8002c7b424a4d794b5e7491f0959280fd.tar.gz
emacs-49614ec8002c7b424a4d794b5e7491f0959280fd.zip
Correct .dir-locals-2.el description
* doc/lispref/variables.texi (Directory Local Variables): Correct description of .dir-locals-2.el functioning. (Bug#37640)
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/variables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 76bda7874e3..f92540dbd36 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -2003,7 +2003,7 @@ files, Emacs uses the settings from the deepest file it finds starting
2003from the file's directory and moving up the directory tree. This 2003from the file's directory and moving up the directory tree. This
2004constant is also used to derive the name of a second dir-locals file 2004constant is also used to derive the name of a second dir-locals file
2005@file{.dir-locals-2.el}. If this second dir-locals file is present, 2005@file{.dir-locals-2.el}. If this second dir-locals file is present,
2006then that is loaded instead of @file{.dir-locals.el}. This is useful 2006then that is loaded in addition to @file{.dir-locals.el}. This is useful
2007when @file{.dir-locals.el} is under version control in a shared 2007when @file{.dir-locals.el} is under version control in a shared
2008repository and cannot be used for personal customizations. The file 2008repository and cannot be used for personal customizations. The file
2009specifies local variables as a specially formatted list; see 2009specifies local variables as a specially formatted list; see