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:
parent
46d94d0dfb
commit
9be8f65795
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user