summaryrefslogtreecommitdiff
path: root/lisp/filecache.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-11-17 14:09:49 +0800
committerChong Yidong <cyd@gnu.org>2012-11-17 14:09:49 +0800
commit33f8917c078dd5abcc531b8273939ce276e26819 (patch)
tree452bc7ecf1653432ef3af194e5d2f106dad53727 /lisp/filecache.el
parent2279276c8415433b73d6ac62df9319fbcc097746 (diff)
downloademacs-33f8917c078dd5abcc531b8273939ce276e26819.tar.gz
* filecache.el (file-cache-add-file-list): Doc fix.
Fixes: debbugs:12694
Diffstat (limited to 'lisp/filecache.el')
-rw-r--r--lisp/filecache.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/filecache.el b/lisp/filecache.el
index 10e23bddca2..422b33f5dcb 100644
--- a/lisp/filecache.el
+++ b/lisp/filecache.el
@@ -303,7 +303,9 @@ files in each directory, not to the directory list itself."
directory-list))
(defun file-cache-add-file-list (file-list)
- "Add FILE-LIST (a list of files names) to the file cache."
+ "Add FILE-LIST (a list of file names) to the file cache.
+Interactively, FILE-LIST is read as a Lisp expression, which
+should evaluate to the desired list of file names."
(interactive "XFile List: ")
(mapcar 'file-cache-add-file file-list))