(smtpmail-via-smtp): Speciy process coding system.
[bpt/emacs.git] / lisp / locate.el
index b3dc076..0917db9 100644 (file)
 
 ;;;### autoload
 (defun locate (search-string &optional filter)
-  "Run the \\[locate] command, putting results in `*Locate*' buffer."
+  "Run the program `locate', putting results in `*Locate*' buffer."
   (interactive
       (list (read-from-minibuffer "Locate: " nil nil
                  nil 'locate-history-list)))