diff options
| author | Xue Fuqiao | 2013-12-22 14:15:17 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-12-22 14:15:17 +0800 |
| commit | b345c561829091aec1ad9cd327ca5a97d1050e80 (patch) | |
| tree | 9d754004d0cc3c008337a64cd9399e9d56c1d213 /doc | |
| parent | f2351498018d7a17ee6eff0b0f3966cd3949f748 (diff) | |
| download | emacs-b345c561829091aec1ad9cd327ca5a97d1050e80.tar.gz emacs-b345c561829091aec1ad9cd327ca5a97d1050e80.zip | |
Document `enable-dir-local-variables'.
* doc/lispref/variables.texi (Directory Local Variables): Document `enable-dir-local-variables'.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 540ac07bf9f..14facae6ba5 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> | 1 | 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 2 | ||
| 3 | * variables.texi (Directory Local Variables): Document `enable-dir-local-variables'. | ||
| 4 | |||
| 3 | * debugging.texi (Debugger Commands): Document `debugger-toggle-locals'. | 5 | * debugging.texi (Debugger Commands): Document `debugger-toggle-locals'. |
| 4 | 6 | ||
| 5 | 2013-12-21 Chong Yidong <cyd@gnu.org> | 7 | 2013-12-21 Chong Yidong <cyd@gnu.org> |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 866f3774999..941b2d880e4 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1834,6 +1834,12 @@ modification times of the associated directory local variables file | |||
| 1834 | updates this list. | 1834 | updates this list. |
| 1835 | @end defvar | 1835 | @end defvar |
| 1836 | 1836 | ||
| 1837 | @defvar enable-dir-local-variables | ||
| 1838 | If @code{nil}, directory-local variables are ignored. This variable | ||
| 1839 | may be useful for modes that want to ignore directory-locals while | ||
| 1840 | still respecting file-local variables (@pxref{File Local Variables}). | ||
| 1841 | @end defvar | ||
| 1842 | |||
| 1837 | @node Variable Aliases | 1843 | @node Variable Aliases |
| 1838 | @section Variable Aliases | 1844 | @section Variable Aliases |
| 1839 | @cindex variable aliases | 1845 | @cindex variable aliases |