[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 015b12e 2/3: Fix typo in ELisp manual
From: |
Noam Postavsky |
Subject: |
[Emacs-diffs] emacs-26 015b12e 2/3: Fix typo in ELisp manual |
Date: |
Mon, 20 May 2019 14:24:58 -0400 (EDT) |
branch: emacs-26
commit 015b12ebb84995386dd84ef80092f01fba882168
Author: Mauro Aranda <address@hidden>
Commit: Noam Postavsky <address@hidden>
Fix typo in ELisp manual
* doc/lispref/variables.texi (Directory Local Variables): Fix typo in
dir-locals-set-class-variables description. (Bug#35799)
---
doc/lispref/variables.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index f1e0e37..153a80a 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