diff options
Diffstat (limited to 'doc')
| -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 f49d5062f20..5a2cae0f678 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1790,7 +1790,7 @@ specify different values for the same variable, the file sorted after | |||
| 1790 | will override the value of the previous file (for instance, values in | 1790 | will override the value of the previous file (for instance, values in |
| 1791 | @file{.dir-locals2.el} override those in @file{.dir-locals.el}). Note | 1791 | @file{.dir-locals2.el} override those in @file{.dir-locals.el}). Note |
| 1792 | that, because of how lexicographic order works, values in | 1792 | that, because of how lexicographic order works, values in |
| 1793 | @file{.dir-locals10.el} are overriden by values in @file{.dir-locals2.el}. | 1793 | @file{.dir-locals10.el} are overridden by values in @file{.dir-locals2.el}. |
| 1794 | This can be avoided by using @file{.dir-locals02.el} instead. | 1794 | This can be avoided by using @file{.dir-locals02.el} instead. |
| 1795 | @end defvr | 1795 | @end defvr |
| 1796 | 1796 | ||