diff options
| author | Glenn Morris | 2007-04-28 19:44:06 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-04-28 19:44:06 +0000 |
| commit | 59f3a543451ba26564bb7c9a0c497679ff0fbb62 (patch) | |
| tree | 2d654a5ca54294a8fdf0b33d5b6a462156179f24 | |
| parent | 1877c3cb02a361c03ef510fbd17392e9a86c9f23 (diff) | |
| download | emacs-59f3a543451ba26564bb7c9a0c497679ff0fbb62.tar.gz emacs-59f3a543451ba26564bb7c9a0c497679ff0fbb62.zip | |
(locate-in-alternate-database): Doc fix mistakenly left out of
previous change ("command" -> "program").
| -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'." | |||
| 669 | 669 | ||
| 670 | ;; Only for GNU locate | 670 | ;; Only for GNU locate |
| 671 | (defun locate-in-alternate-database (search-string database) | 671 | (defun locate-in-alternate-database (search-string database) |
| 672 | "Run the GNU locate command, using an alternate database. | 672 | "Run the GNU locate program, using an alternate database. |
| 673 | 673 | ||
| 674 | This command only works if you use GNU locate. It does not work | 674 | This command only works if you use GNU locate. It does not work |
| 675 | properly if `locate-prompt-for-command' is set to t. In that | 675 | properly if `locate-prompt-for-command' is set to t. In that |