]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct .dir-locals-2.el description
authorRobert Pluim <rpluim@gmail.com>
Thu, 10 Oct 2019 06:24:48 +0000 (08:24 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 11 Oct 2019 07:19:59 +0000 (09:19 +0200)
* doc/lispref/variables.texi (Directory Local Variables): Correct
description of .dir-locals-2.el functioning.  (Bug#37640)

doc/lispref/variables.texi

index 76bda7874e382f25b117d3e8d2233a9d8d62dfa5..f92540dbd3605d05a78cafaa27310f758b0572da 100644 (file)
@@ -2003,7 +2003,7 @@ files, Emacs uses the settings from the deepest file it finds starting
 from the file's directory and moving up the directory tree.  This
 constant is also used to derive the name of a second dir-locals file
 @file{.dir-locals-2.el}.  If this second dir-locals file is present,
-then that is loaded instead of @file{.dir-locals.el}.  This is useful
+then that is loaded in addition to @file{.dir-locals.el}.  This is useful
 when @file{.dir-locals.el} is under version control in a shared
 repository and cannot be used for personal customizations.  The file
 specifies local variables as a specially formatted list; see