1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(locate-with-filter): Doc fix.

This commit is contained in:
Gerd Moellmann 1999-11-24 16:21:12 +00:00
parent 46d94d0dfb
commit 9be8f65795
2 changed files with 8 additions and 1 deletions

View 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.

View 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)