+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.
;;;###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)