Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9be8f657
Commit
9be8f657
authored
Nov 24, 1999
by
Gerd Moellmann
Browse files
(locate-with-filter): Doc fix.
parent
46d94d0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/locate.el
lisp/locate.el
+4
-1
No files found.
lisp/ChangeLog
View file @
9be8f657
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.
...
...
lisp/locate.el
View file @
9be8f657
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment