diff options
author | Glenn Morris <rgm@gnu.org> | 2009-06-17 02:54:49 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-06-17 02:54:49 +0000 |
commit | cf66a343c33bf2612ca5718f5edaa6ea73d0a017 (patch) | |
tree | 2ec0a4b90a8eb3632c8125637f66ad9d9af382c6 /lisp/files.el | |
parent | 67cbe6817d4a6df1f4c6ba8a214c2d62062d7239 (diff) | |
download | emacs-cf66a343c33bf2612ca5718f5edaa6ea73d0a017.tar.gz emacs-cf66a343c33bf2612ca5718f5edaa6ea73d0a017.tar.bz2 emacs-cf66a343c33bf2612ca5718f5edaa6ea73d0a017.zip |
(dir-locals-set-directory-class): Fix doc typo.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 4e81b6ad52d..921724d8a79 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3246,7 +3246,7 @@ Return the new variables list." 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 |