]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 64075665bab110dd2717491025905f7a25bf0592..0a9b22ebfffc923dc64a2605699d541efb23779f 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 10e23bddca2847d4e65b0d47e931e64db0e55102..422b33f5dcb5f87858d4169f7ef1d223852ca5db 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))