[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/doc/lispref ChangeLog variables.texi
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/doc/lispref ChangeLog variables.texi |
Date: |
Wed, 17 Jun 2009 02:58:57 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 09/06/17 02:58:57
Modified files:
doc/lispref : ChangeLog variables.texi
Log message:
(Directory Local Variables): Update for 2009-04-11 name-change of
dir-locals-directory-alist.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.288&r2=1.289
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/variables.texi?cvsroot=emacs&r1=1.18&r2=1.19
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -b -r1.288 -r1.289
--- ChangeLog 9 Jun 2009 02:50:41 -0000 1.288
+++ ChangeLog 17 Jun 2009 02:58:56 -0000 1.289
@@ -1,3 +1,8 @@
+2009-06-17 Glenn Morris <address@hidden>
+
+ * variables.texi (Directory Local Variables):
+ Update for 2009-04-11 name-change of dir-locals-directory-alist.
+
2009-06-09 Kenichi Handa <address@hidden>
* nonascii.texi (Character Sets): State clearly that FROM and TO
Index: variables.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/variables.texi,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- variables.texi 21 May 2009 15:31:34 -0000 1.18
+++ variables.texi 17 Jun 2009 02:58:57 -0000 1.19
@@ -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,
address@hidden 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
Software Foundation, Inc.
address@hidden 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
address@hidden 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 @@
settings. It is updated by @code{dir-locals-set-class-variables}.
@end defvar
address@hidden dir-locals-directory-alist
-This alist holds directory names and their assigned class names. It
-is updated by @code{dir-locals-set-directory-class}.
address@hidden 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/doc/lispref ChangeLog variables.texi,
Glenn Morris <=