diff options
| author | Richard M. Stallman | 2005-01-09 00:30:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-01-09 00:30:53 +0000 |
| commit | 8d3e54757a883634d016a7683367adf59ba2e2a1 (patch) | |
| tree | 2c56c98aee670825c6742d7b9db5c33d5c7e420f | |
| parent | 3aba853a93499baa8ba0afb649713368aed60d5a (diff) | |
| download | emacs-8d3e54757a883634d016a7683367adf59ba2e2a1.tar.gz emacs-8d3e54757a883634d016a7683367adf59ba2e2a1.zip | |
Comment changes.
| -rw-r--r-- | lisp/emacs-lisp/autoload.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 196786e9179..0a75a43827e 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el | |||
| @@ -135,7 +135,7 @@ or macro definition or a defcustom)." | |||
| 135 | 135 | ||
| 136 | 136 | ||
| 137 | (defun autoload-trim-file-name (file) | 137 | (defun autoload-trim-file-name (file) |
| 138 | ;; Returns a relative pathname of FILE | 138 | ;; Returns a relative file path for FILE |
| 139 | ;; starting from the directory that loaddefs.el is in. | 139 | ;; starting from the directory that loaddefs.el is in. |
| 140 | ;; That is normally a directory in load-path, | 140 | ;; That is normally a directory in load-path, |
| 141 | ;; which means Emacs will be able to find FILE when it looks. | 141 | ;; which means Emacs will be able to find FILE when it looks. |
| @@ -273,7 +273,7 @@ are used." | |||
| 273 | output-end) | 273 | output-end) |
| 274 | 274 | ||
| 275 | ;; If the autoload section we create here uses an absolute | 275 | ;; If the autoload section we create here uses an absolute |
| 276 | ;; pathname for FILE in its header, and then Emacs is installed | 276 | ;; file name for FILE in its header, and then Emacs is installed |
| 277 | ;; under a different path on another system, | 277 | ;; under a different path on another system, |
| 278 | ;; `update-autoloads-here' won't be able to find the files to be | 278 | ;; `update-autoloads-here' won't be able to find the files to be |
| 279 | ;; autoloaded. So, if FILE is in the same directory or a | 279 | ;; autoloaded. So, if FILE is in the same directory or a |