emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110895: * filecache.el (file-cach


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110895: * filecache.el (file-cache-add-file-list): Doc fix.
Date: Sat, 17 Nov 2012 14:09:49 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110895
fixes bug: http://debbugs.gnu.org/12694
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-11-17 14:09:49 +0800
message:
  * filecache.el (file-cache-add-file-list): Doc fix.
modified:
  lisp/ChangeLog
  lisp/filecache.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-17 02:03:58 +0000
+++ b/lisp/ChangeLog    2012-11-17 06:09:49 +0000
@@ -1,3 +1,7 @@
+2012-11-17  Chong Yidong  <address@hidden>
+
+       * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
+
 2012-11-17  Glenn Morris  <address@hidden>
 
        * woman.el (woman-non-underline-faces):

=== modified file 'lisp/filecache.el'
--- a/lisp/filecache.el 2012-01-19 07:21:25 +0000
+++ b/lisp/filecache.el 2012-11-17 06:09:49 +0000
@@ -303,7 +303,9 @@
    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))
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]