X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c71a0d48f3c880248a7f7f25e92ddbcbad5ef0e7..ac0215a325f4226b73fd650318349395a6d88835:/lisp/locate.el diff --git a/lisp/locate.el b/lisp/locate.el index 2ac2d30f41..804260969e 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -1,6 +1,6 @@ ;;; locate.el --- interface to the locate command -;; Copyright (C) 1996, 1998, 2001-2011 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1998, 2001-2013 Free Software Foundation, Inc. ;; Author: Peter Breton ;; Keywords: unix files @@ -34,7 +34,7 @@ ;; ;; SHELLPROGRAM Name-to-find ;; -;; set the variable `locate-command' in your .emacs file. +;; set the variable `locate-command' in your init file. ;; ;; To use a more complicated expression, create a function which ;; takes a string (the name to find) as input and returns a list.