aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Aranda2019-05-19 11:36:26 -0300
committerNoam Postavsky2019-05-20 14:22:58 -0400
commit015b12ebb84995386dd84ef80092f01fba882168 (patch)
tree099818d58e7a588580b6489c2b78c41e643dd048
parenteadf044e0663703af61967c1ff890043f46c9a15 (diff)
downloademacs-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.texi2
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
2009one of the two forms: @code{(@var{major-mode} . @var{alist})} or 2009one 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
2011file's buffer turns on a mode that is derived from @var{major-mode}, 2011file's buffer turns on a mode that is derived from @var{major-mode},
2012then the all the variables in the associated @var{alist} are applied; 2012then 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})}.
2014A special value @code{nil} for @var{major-mode} means the settings are 2014A special value @code{nil} for @var{major-mode} means the settings are
2015applicable to any mode. In @var{alist}, you can use a special 2015applicable to any mode. In @var{alist}, you can use a special