]> code.delx.au - gnu-emacs/commitdiff
(Directory Local Variables): Update for 2009-04-11 name-change of
authorGlenn Morris <rgm@gnu.org>
Wed, 17 Jun 2009 02:58:56 +0000 (02:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 17 Jun 2009 02:58:56 +0000 (02:58 +0000)
dir-locals-directory-alist.

doc/lispref/ChangeLog
doc/lispref/variables.texi

index 22b154ab41fedc38d4907686de92db7b1a99ea5c..f1c9324f736a38b6c25e9d39d7dd97ca86b7fabb 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-17  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (Directory Local Variables):
+       Update for 2009-04-11 name-change of dir-locals-directory-alist.
+
 2009-06-09  Kenichi Handa  <handa@m17n.org>
 
        * nonascii.texi (Character Sets): State clearly that FROM and TO
index e4598e30326cf0b490f930ddb4153ba8169cde39..89fb19b8d62ec5977dddcbc14b23831d0bc0dc7d 100644 (file)
@@ -1,7 +1,8 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000,
-@c   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+@c   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+@c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/variables
 @node Variables, Functions, Control Structures, Top
@@ -1761,9 +1762,10 @@ This alist holds the class symbols and the associated variable
 settings.  It is updated by @code{dir-locals-set-class-variables}.
 @end defvar
 
-@defvar dir-locals-directory-alist
-This alist holds directory names and their assigned class names.  It
-is updated by @code{dir-locals-set-directory-class}.
+@defvar dir-locals-directory-cache
+This alist holds directory names, their assigned class names, and
+modification times of the associated directory local variables file.
+It is updated by @code{dir-locals-set-directory-class}.
 @end defvar
 
 @node Frame-Local Variables