diff options
| author | Glenn Morris | 2012-04-10 00:13:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-10 00:13:54 -0700 |
| commit | 4a427f588310fd45e29fd33eb512234a583db0bd (patch) | |
| tree | 2463912f59ff621fd8a910a17000482563429efb | |
| parent | 2bb0eca1ebe1ff1b9939b6350a2e5310c17a7e8c (diff) | |
| download | emacs-4a427f588310fd45e29fd33eb512234a583db0bd.tar.gz emacs-4a427f588310fd45e29fd33eb512234a583db0bd.zip | |
* lisp/files.el (dir-locals-set-class-variables): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/files.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0a64226d82..085f8f0bc0d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-04-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * files.el (dir-locals-set-class-variables): Doc fix. | ||
| 4 | |||
| 1 | 2012-04-09 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-04-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * international/characters.el: Add set-case-syntax-pair call for | 7 | * international/characters.el: Add set-case-syntax-pair call for |
diff --git a/lisp/files.el b/lisp/files.el index 0673b4fe56b..8df2942195e 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -3526,7 +3526,7 @@ LIST is a list of the form accepted by the function. | |||
| 3526 | When a file is visited, the file's class is found. A directory | 3526 | When a file is visited, the file's class is found. A directory |
| 3527 | may be assigned a class using `dir-locals-set-directory-class'. | 3527 | may be assigned a class using `dir-locals-set-directory-class'. |
| 3528 | Then variables are set in the file's buffer according to the | 3528 | Then variables are set in the file's buffer according to the |
| 3529 | class' LIST. The list is processed in order. | 3529 | VARIABLES list of the class. The list is processed in order. |
| 3530 | 3530 | ||
| 3531 | * If the element is of the form (MAJOR-MODE . ALIST), and the | 3531 | * If the element is of the form (MAJOR-MODE . ALIST), and the |
| 3532 | buffer's major mode is derived from MAJOR-MODE (as determined | 3532 | buffer's major mode is derived from MAJOR-MODE (as determined |