From 4721cccfb65a01c169a5281a675976319232c73b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 16 Apr 1998 18:49:41 +0000 Subject: (locate): Doc fix. --- lisp/locate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/locate.el') 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))) -- cgit v1.2.1