diff options
| author | Mauro Aranda | 2019-05-19 11:36:26 -0300 |
|---|---|---|
| committer | Noam Postavsky | 2019-05-20 14:22:58 -0400 |
| commit | 015b12ebb84995386dd84ef80092f01fba882168 (patch) | |
| tree | 099818d58e7a588580b6489c2b78c41e643dd048 | |
| parent | eadf044e0663703af61967c1ff890043f46c9a15 (diff) | |
| download | emacs-015b12ebb84995386dd84ef80092f01fba882168.tar.gz emacs-015b12ebb84995386dd84ef80092f01fba882168.zip | |
Fix typo in ELisp manual
* doc/lispref/variables.texi (Directory Local Variables): Fix typo in
dir-locals-set-class-variables description. (Bug#35799)
| -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 f1e0e37e6d6..153a80a4443 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -2009,7 +2009,7 @@ all files in those directories. The list in @var{variables} can be of | |||
| 2009 | one of the two forms: @code{(@var{major-mode} . @var{alist})} or | 2009 | one of the two forms: @code{(@var{major-mode} . @var{alist})} or |
| 2010 | @code{(@var{directory} . @var{list})}. With the first form, if the | 2010 | @code{(@var{directory} . @var{list})}. With the first form, if the |
| 2011 | file's buffer turns on a mode that is derived from @var{major-mode}, | 2011 | file's buffer turns on a mode that is derived from @var{major-mode}, |
| 2012 | then the all the variables in the associated @var{alist} are applied; | 2012 | then all the variables in the associated @var{alist} are applied; |
| 2013 | @var{alist} should be of the form @code{(@var{name} . @var{value})}. | 2013 | @var{alist} should be of the form @code{(@var{name} . @var{value})}. |
| 2014 | A special value @code{nil} for @var{major-mode} means the settings are | 2014 | A special value @code{nil} for @var{major-mode} means the settings are |
| 2015 | applicable to any mode. In @var{alist}, you can use a special | 2015 | applicable to any mode. In @var{alist}, you can use a special |