From: Glenn Morris Date: Tue, 10 Apr 2012 07:13:54 +0000 (-0700) Subject: * lisp/files.el (dir-locals-set-class-variables): Doc fix. X-Git-Tag: emacs-24.0.96~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a427f588310fd45e29fd33eb512234a583db0bd;p=emacs.git * lisp/files.el (dir-locals-set-class-variables): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0a64226d82..085f8f0bc0d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-10 Glenn Morris + + * files.el (dir-locals-set-class-variables): Doc fix. + 2012-04-09 Eli Zaretskii * 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. 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