From: Richard M. Stallman Date: Thu, 16 Apr 1998 18:49:41 +0000 (+0000) Subject: (locate): Doc fix. X-Git-Tag: emacs-20.3~1491 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4721cccfb65a01c169a5281a675976319232c73b;p=emacs.git (locate): Doc fix. --- diff --git a/lisp/locate.el b/lisp/locate.el index b3dc0766192..0917db90b88 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -167,7 +167,7 @@ ;;;### 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)))