# HG changeset patch # User Richard M. Stallman # Date 892752581 0 # Node ID 18ee24ba7921c459c912a366102b29c2b066eee6 # Parent ba75380b39f77e8df99822c4e3c466aa0ac45747 (locate): Doc fix. diff -r ba75380b39f7 -r 18ee24ba7921 lisp/locate.el --- a/lisp/locate.el Thu Apr 16 09:06:25 1998 +0000 +++ b/lisp/locate.el Thu Apr 16 18:49:41 1998 +0000 @@ -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)))