* filecache.el (file-cache-add-file-list): Doc fix.
authorChong Yidong <cyd@gnu.org>
Sat, 17 Nov 2012 06:09:49 +0000 (14:09 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 17 Nov 2012 06:09:49 +0000 (14:09 +0800)
Fixes: debbugs:12694

lisp/ChangeLog
lisp/filecache.el

index 6407566..0a9b22e 100644 (file)
@@ -1,3 +1,7 @@
+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):
index 10e23bd..422b33f 100644 (file)
@@ -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))