]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in ELisp manual
authorMauro Aranda <maurooaranda@gmail.com>
Sun, 19 May 2019 14:36:26 +0000 (11:36 -0300)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 20 May 2019 18:22:58 +0000 (14:22 -0400)
* doc/lispref/variables.texi (Directory Local Variables): Fix typo in
dir-locals-set-class-variables description.  (Bug#35799)

doc/lispref/variables.texi

index f1e0e37e6d6dc918667e4842566f3c66e1f52487..153a80a44434cfc5213bed5b76de3ec3e984e251 100644 (file)
@@ -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
 @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},
-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})}.
 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