From: Mauro Aranda Date: Sun, 19 May 2019 14:36:26 +0000 (-0300) Subject: Fix typo in ELisp manual X-Git-Tag: emacs-26.2.90~49 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=015b12e;p=emacs.git Fix typo in ELisp manual * doc/lispref/variables.texi (Directory Local Variables): Fix typo in dir-locals-set-class-variables description. (Bug#35799) --- 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 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