From e5d77022e8429ca757746ed5d7cf9e2420703e8e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 30 Jun 1992 13:54:21 +0000 Subject: *** empty log message *** --- lisp/emacs-lisp/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/autoload.el') diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 767621adbd2..c6916a3dd56 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -107,7 +107,7 @@ are used." ;; under a different path on another system, ;; `update-autoloads-here' won't be able to find the files to be ;; autoloaded. So, if FILE is in the same directory or a - ;; subdirectory of the current buffer's file, we'll make it + ;; subdirectory of the current buffer's directory, we'll make it ;; relative to the current buffer's directory. (setq file (expand-file-name file)) (if (and (< (length default-directory) (length file)) -- cgit v1.2.3