# HG changeset patch # User Glenn Morris # Date 1245207289 0 # Node ID 06e3d329a58c2048ab8daf03f64d63225bfdf224 # Parent b2ef4fb4a5fb87df2b0b5f4d9ef1532e7cf53b09 (dir-locals-set-directory-class): Fix doc typo. diff -r b2ef4fb4a5fb -r 06e3d329a58c lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 17 01:26:01 2009 +0000 +++ b/lisp/ChangeLog Wed Jun 17 02:54:49 2009 +0000 @@ -1,3 +1,7 @@ +2009-06-17 Glenn Morris + + * files.el (dir-locals-set-directory-class): Fix doc typo. + 2009-06-17 Kenichi Handa * international/mule-diag.el (list-character-sets): Change @@ -564,7 +568,8 @@ 2009-04-11 Chong Yidong - * files.el (dir-locals-directory-cache): Change format to include + * files.el (dir-locals-directory-cache): Rename from + dir-locals-directory-alist. Change format to include the mtime of the directory-local variables file (Bug#2833). (dir-locals-set-directory-class): New arg mtime. Store it in dir-locals-directory-cache. diff -r b2ef4fb4a5fb -r 06e3d329a58c lisp/files.el --- a/lisp/files.el Wed Jun 17 01:26:01 2009 +0000 +++ b/lisp/files.el Wed Jun 17 02:54:49 2009 +0000 @@ -3246,7 +3246,7 @@ DIRECTORY is the name of a directory, a string. CLASS is the name of a project class, a symbol. MTIME is either the modification time of the directory-local -variables file that defined this this class, or nil. +variables file that defined this class, or nil. When a file beneath DIRECTORY is visited, the mode-specific variables from CLASS are applied to the buffer. The variables