Fix typo in ELisp manual
* doc/lispref/variables.texi (Directory Local Variables): Fix typo in dir-locals-set-class-variables description. (Bug#35799)
This commit is contained in:
parent
eadf044e06
commit
015b12ebb8
1 changed files with 1 additions and 1 deletions
|
@ -2009,7 +2009,7 @@ all files in those directories. The list in @var{variables} can be of
|
||||||
one of the two forms: @code{(@var{major-mode} . @var{alist})} or
|
one of the two forms: @code{(@var{major-mode} . @var{alist})} or
|
||||||
@code{(@var{directory} . @var{list})}. With the first form, if the
|
@code{(@var{directory} . @var{list})}. With the first form, if the
|
||||||
file's buffer turns on a mode that is derived from @var{major-mode},
|
file's buffer turns on a mode that is derived from @var{major-mode},
|
||||||
then the all the variables in the associated @var{alist} are applied;
|
then all the variables in the associated @var{alist} are applied;
|
||||||
@var{alist} should be of the form @code{(@var{name} . @var{value})}.
|
@var{alist} should be of the form @code{(@var{name} . @var{value})}.
|
||||||
A special value @code{nil} for @var{major-mode} means the settings are
|
A special value @code{nil} for @var{major-mode} means the settings are
|
||||||
applicable to any mode. In @var{alist}, you can use a special
|
applicable to any mode. In @var{alist}, you can use a special
|
||||||
|
|
Loading…
Add table
Reference in a new issue