aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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