# HG changeset patch # User Gerd Moellmann # Date 943460401 0 # Node ID 8ea5bfbb88f8beaf7b594a9c0c57c2d9b06c4512 # Parent a79d0d3d066fecd1593d1258481a39369107debf (locate-with-filter): Doc fix. diff -r a79d0d3d066f -r 8ea5bfbb88f8 lisp/locate.el --- 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)