aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/locate.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-04-16 18:49:41 +0000
committerRichard M. Stallman <[email protected]>1998-04-16 18:49:41 +0000
commit4721cccfb65a01c169a5281a675976319232c73b (patch)
treef2fddec61119760f6415302e3f3c66f0d06028b7 /lisp/locate.el
parent03c747598fcfb4bd5f0b7fc726168eb690ad832f (diff)
(locate): Doc fix.
Diffstat (limited to 'lisp/locate.el')
-rw-r--r--lisp/locate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/locate.el b/lisp/locate.el
index b3dc076619..0917db90b8 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)))