Mercurial > emacs
changeset 21584:18ee24ba7921
(locate): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 16 Apr 1998 18:49:41 +0000 |
parents | ba75380b39f7 |
children | 139e449079a7 |
files | lisp/locate.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))