aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/autoload.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-01-09 00:30:53 +0000
committerRichard M. Stallman <[email protected]>2005-01-09 00:30:53 +0000
commit8d3e54757a883634d016a7683367adf59ba2e2a1 (patch)
tree2c56c98aee670825c6742d7b9db5c33d5c7e420f /lisp/emacs-lisp/autoload.el
parent3aba853a93499baa8ba0afb649713368aed60d5a (diff)
Comment changes.
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r--lisp/emacs-lisp/autoload.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 196786e917..0a75a43827 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -135,7 +135,7 @@ or macro definition or a defcustom)."
(defun autoload-trim-file-name (file)
- ;; Returns a relative pathname of FILE
+ ;; Returns a relative file path for FILE
;; starting from the directory that loaddefs.el is in.
;; That is normally a directory in load-path,
;; which means Emacs will be able to find FILE when it looks.
@@ -273,7 +273,7 @@ are used."
output-end)
;; If the autoload section we create here uses an absolute
- ;; pathname for FILE in its header, and then Emacs is installed
+ ;; file name for FILE in its header, and then Emacs is installed
;; 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