[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107800: * lisp/files.el (dir-loca
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107800: * lisp/files.el (dir-locals-set-class-variables): Doc fix. |
Date: |
Tue, 10 Apr 2012 00:13:54 -0700 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107800
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-04-10 00:13:54 -0700
message:
* lisp/files.el (dir-locals-set-class-variables): Doc fix.
modified:
lisp/ChangeLog
lisp/files.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-04-09 17:28:36 +0000
+++ b/lisp/ChangeLog 2012-04-10 07:13:54 +0000
@@ -1,3 +1,7 @@
+2012-04-10 Glenn Morris <address@hidden>
+
+ * files.el (dir-locals-set-class-variables): Doc fix.
+
2012-04-09 Eli Zaretskii <address@hidden>
* international/characters.el: Add set-case-syntax-pair call for
=== modified file 'lisp/files.el'
--- a/lisp/files.el 2012-04-01 02:44:24 +0000
+++ b/lisp/files.el 2012-04-10 07:13:54 +0000
@@ -3526,7 +3526,7 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107800: * lisp/files.el (dir-locals-set-class-variables): Doc fix.,
Glenn Morris <=