diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-11-17 18:13:19 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-11-17 18:13:19 -0800 |
commit | 0c93aa38b3f5333d7b026e6cc1e0c9d313a4da71 (patch) | |
tree | 9c84c831fd2a9729822bed4d59f6b16bd2218d08 /lisp/files.el | |
parent | 291a654dad6d4604ed4db80885b3af04e64c944f (diff) | |
download | emacs-0c93aa38b3f5333d7b026e6cc1e0c9d313a4da71.tar.gz |
Minor cleanup for times as lists of four integers.
* doc/lispref/os.texi (Time Parsing): Time values can now be four integers.
* lisp/files.el (dir-locals-directory-cache):
* lisp/ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
Doc fixes.
* lisp/net/tramp-sh.el (tramp-do-file-attributes-with-ls):
* lisp/ps-bdf.el (bdf-file-newer-than-time):
Process four-integers time stamps, not two. Doc fixes.
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 26c5c683b3d..51f8256f71a 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3424,7 +3424,7 @@ DIR is the name of the directory. CLASS is the name of a variable class (a symbol). MTIME is the recorded modification time of the directory-local variables file associated with this entry. This time is a list -of two integers (the same format as `file-attributes'), and is +of integers (the same format as `file-attributes'), and is used to test whether the cache entry is still valid. Alternatively, MTIME can be nil, which means the entry is always considered valid.") |