* lisp/files.el (dir-locals-set-class-variables): Doc fix.

This commit is contained in:
Glenn Morris 2012-04-10 00:13:54 -07:00
parent 2bb0eca1eb
commit 4a427f5883
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-04-10 Glenn Morris <rgm@gnu.org>
* files.el (dir-locals-set-class-variables): Doc fix.
2012-04-09 Eli Zaretskii <eliz@gnu.org>
* international/characters.el: Add set-case-syntax-pair call for

View file

@ -3526,7 +3526,7 @@ LIST is a list of the form accepted by the function.
When a file is visited, the file's class is found. A directory
may be assigned a class using `dir-locals-set-directory-class'.
Then variables are set in the file's buffer according to the
class' LIST. The list is processed in order.
VARIABLES list of the class. The list is processed in order.
* If the element is of the form (MAJOR-MODE . ALIST), and the
buffer's major mode is derived from MAJOR-MODE (as determined