+2012-11-17 Chong Yidong <cyd@gnu.org>
+
+ * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
+
2012-11-17 Glenn Morris <rgm@gnu.org>
* woman.el (woman-non-underline-faces):
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))