mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
Luc Teirlinck <teirllm at dms.auburn.edu>:
(locate-in-alternate-database): Doc fix.
This commit is contained in:
parent
36f1d95778
commit
8baa97f9c5
@ -669,7 +669,12 @@ locate database using the shell command in `locate-update-command'."
|
||||
|
||||
;; Only for GNU locate
|
||||
(defun locate-in-alternate-database (search-string database)
|
||||
"Run the GNU locate command, using an alternate database."
|
||||
"Run the GNU locate command, using an alternate database.
|
||||
|
||||
This command only works if you use GNU locate. It does not work
|
||||
properly if `locate-prompt-for-command' is set to t. In that
|
||||
case, you can just run the regular `locate' command and specify
|
||||
the database on the command line."
|
||||
(interactive
|
||||
(list
|
||||
(progn
|
||||
|
Loading…
Reference in New Issue
Block a user