Mercurial > hg > xemacs-beta
diff lisp/tl/file-detect.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 0293115a14e9 |
children | e04119814345 |
line wrap: on
line diff
--- a/lisp/tl/file-detect.el Mon Aug 13 08:51:58 2007 +0200 +++ b/lisp/tl/file-detect.el Mon Aug 13 08:52:29 2007 +0200 @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> ;; Version: -;; $Id: file-detect.el,v 1.4 1997/02/02 05:06:17 steve Exp $ +;; $Id: file-detect.el,v 1.5 1997/03/09 02:37:47 steve Exp $ ;; Keywords: install, module ;; This file is part of tl (Tiny Library). @@ -20,8 +20,8 @@ ;; General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with This program; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. ;;; Code: @@ -102,7 +102,7 @@ )))) (defun file-installed-p (file &optional paths) - "Return t if FILE exists in PATHS. + "Return absolute-path of FILE if FILE exists in PATHS. If PATHS is omitted, `load-path' is used. [file-detect.el]" (if (null paths) (setq paths load-path)