diff lisp/emacs-lisp/autoload.el @ 732:a8d94735277e

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Tue, 30 Jun 1992 13:54:21 +0000
parents 540b047ece4d
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el	Tue Jun 30 13:49:39 1992 +0000
+++ b/lisp/emacs-lisp/autoload.el	Tue Jun 30 13:54:21 1992 +0000
@@ -107,7 +107,7 @@
     ;; 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))