diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-04-16 18:49:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-04-16 18:49:41 +0000 |
commit | 4721cccfb65a01c169a5281a675976319232c73b (patch) | |
tree | f2fddec61119760f6415302e3f3c66f0d06028b7 /lisp/locate.el | |
parent | 03c747598fcfb4bd5f0b7fc726168eb690ad832f (diff) | |
download | emacs-4721cccfb65a01c169a5281a675976319232c73b.tar.gz |
(locate): Doc fix.
Diffstat (limited to 'lisp/locate.el')
-rw-r--r-- | lisp/locate.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |