comparison lisp/locate.el @ 77603:880a458895b9

(locate-in-alternate-database): Doc fix mistakenly left out of previous change ("command" -> "program").
author Glenn Morris <rgm@gnu.org>
date Sat, 28 Apr 2007 19:44:06 +0000
parents 8823a1f17d51
children 9355f9b7bbff 70bf32a0f523
comparison
equal deleted inserted replaced
77602:a647e6a2454d 77603:880a458895b9
667 (setq file (encode-coding-string file buffer-file-coding-system))) 667 (setq file (encode-coding-string file buffer-file-coding-system)))
668 file)) 668 file))
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
676 case, you can just run the regular `locate' command and specify 676 case, you can just run the regular `locate' command and specify
677 the database on the command line." 677 the database on the command line."