]> git.eshelyaron.com Git - emacs.git/commitdiff
(locate-with-filter): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 24 Nov 1999 16:21:12 +0000 (16:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 24 Nov 1999 16:21:12 +0000 (16:21 +0000)
lisp/ChangeLog
lisp/locate.el

index 8fdf096a87b87d3dc619a45c58b169ff0ddf3a96..ebd055a96ba0057692110c5ebdaf964f829d1f4c 100644 (file)
@@ -1,3 +1,7 @@
+1999-11-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * locate.el (locate-with-filter): Doc fix.
+
 1999-11-24  Alex Schroeder  <alex@gnu.org>
 
        * sql.el (sql-find-sqli-buffer): New function.
index 947f8aa7deb3755ddcd4fa1bef138be327b5db05..7d044d03a0ed4404f88e533faf8cbb78ac094884 100644 (file)
@@ -218,7 +218,10 @@ With prefix arg, prompt for the locate command to run."
 
 ;;;###autoload
 (defun locate-with-filter (search-string filter)
-  "Run the locate command with a filter."
+  "Run the locate command with a filter.
+
+The filter is a regular expression. Only results matching the filter are
+shown; this is often useful to constrain a big search."
   (interactive
    (list (read-from-minibuffer "Locate: " nil nil
                               nil 'locate-history-list)