changeset 26578:8ea5bfbb88f8

(locate-with-filter): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 24 Nov 1999 16:20:01 +0000
parents a79d0d3d066f
children c1df0a0b6ed1
files lisp/locate.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/locate.el	Wed Nov 24 14:59:03 1999 +0000
+++ b/lisp/locate.el	Wed Nov 24 16:20:01 1999 +0000
@@ -218,7 +218,10 @@
 
 ;;;###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)