]> git.eshelyaron.com Git - emacs.git/commitdiff
(locate): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 16 Apr 1998 18:49:41 +0000 (18:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 16 Apr 1998 18:49:41 +0000 (18:49 +0000)
lisp/locate.el

index b3dc07661920af13b97f0ef1c7886f55b7b1f1e9..0917db90b88f63e37e27b11d3e65448d2549be43 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)))