summaryrefslogtreecommitdiff
path: root/lisp/filecache.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-04-23 02:15:47 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-04-23 02:15:47 +0200
commit770255e957e3881176087fa23c74c759ed56c1fa (patch)
treebbeb57063ba3c5abeb4c0c0dce1414c6a48b3fcb /lisp/filecache.el
parentc4498ffd1482d5155129cb05d613a2ef4a7d5ca0 (diff)
downloademacs-770255e957e3881176087fa23c74c759ed56c1fa.tar.gz
* filecache.el: Fix typos in docstrings.
Diffstat (limited to 'lisp/filecache.el')
-rw-r--r--lisp/filecache.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/filecache.el b/lisp/filecache.el
index d8a284d7dce..b4b1e8bd954 100644
--- a/lisp/filecache.el
+++ b/lisp/filecache.el
@@ -296,8 +296,8 @@ be added to the cache."
(defun file-cache-add-directory-list (directory-list &optional regexp)
"Add DIRECTORY-LIST (a list of directory names) to the file cache.
If the optional REGEXP argument is non-nil, only files which match it
-will be added to the cache. Note that the REGEXP is applied to the files
-in each directory, not to the directory list itself."
+will be added to the cache. Note that the REGEXP is applied to the
+files in each directory, not to the directory list itself."
(interactive "XAdd files from directory list: ")
(mapcar
(lambda (dir) (file-cache-add-directory dir regexp))
@@ -370,10 +370,10 @@ STRING is passed as an argument to the locate command."
;;;###autoload
(defun file-cache-add-directory-recursively (dir &optional regexp)
"Adds DIR and any subdirectories to the file-cache.
-This function does not use any external programs
+This function does not use any external programs.
If the optional REGEXP argument is non-nil, only files which match it
-will be added to the cache. Note that the REGEXP is applied to the files
-in each directory, not to the directory list itself."
+will be added to the cache. Note that the REGEXP is applied to the
+files in each directory, not to the directory list itself."
(interactive "DAdd directory: ")
(require 'find-lisp)
(mapcar