diff options
author | Glenn Morris <rgm@gnu.org> | 2007-04-28 19:44:37 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-04-28 19:44:37 +0000 |
commit | ca4680f90b52a0840b370947de61bacb4f372321 (patch) | |
tree | f1b5c7dca98b454431d701794c567e92bba023a5 /lisp | |
parent | f86ffbf6c358ebd204055a87e0d08bfd0def946d (diff) | |
download | emacs-ca4680f90b52a0840b370947de61bacb4f372321.tar.gz emacs-ca4680f90b52a0840b370947de61bacb4f372321.tar.bz2 emacs-ca4680f90b52a0840b370947de61bacb4f372321.zip |
(locate-in-alternate-database): Doc fix mistakenly left out of
previous change ("command" -> "program").
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/locate.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/locate.el b/lisp/locate.el index e00c68029cb..58ec48c55c4 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -669,7 +669,7 @@ 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 program, 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 |