diff options
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
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 | |||
| 2003 | from the file's directory and moving up the directory tree. This | 2003 | from the file's directory and moving up the directory tree. This |
| 2004 | constant is also used to derive the name of a second dir-locals file | 2004 | constant 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, |
| 2006 | then that is loaded instead of @file{.dir-locals.el}. This is useful | 2006 | then that is loaded in addition to @file{.dir-locals.el}. This is useful |
| 2007 | when @file{.dir-locals.el} is under version control in a shared | 2007 | when @file{.dir-locals.el} is under version control in a shared |
| 2008 | repository and cannot be used for personal customizations. The file | 2008 | repository and cannot be used for personal customizations. The file |
| 2009 | specifies local variables as a specially formatted list; see | 2009 | specifies local variables as a specially formatted list; see |