diff options
| author | Glenn Morris | 2016-01-06 23:51:34 -0800 |
|---|---|---|
| committer | Glenn Morris | 2016-01-06 23:51:34 -0800 |
| commit | 4580671f5e2a68885e0fca93eeaf9daaeebe82b3 (patch) | |
| tree | 0fdcb92aeede53e2eb6ec38e5e6f83feb2f22a99 | |
| parent | a0b7842700dfa3c730a1aed5fefa222c0f84605f (diff) | |
| download | emacs-4580671f5e2a68885e0fca93eeaf9daaeebe82b3.tar.gz emacs-4580671f5e2a68885e0fca93eeaf9daaeebe82b3.zip | |
; * lisp/emacs-lisp/autoload.el (autoload-timestamps): Doc tweak.
| -rw-r--r-- | lisp/emacs-lisp/autoload.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 33f50b341ba..84ba544800b 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el | |||
| @@ -100,7 +100,9 @@ then we use the timestamp of the output file instead. As a result: | |||
| 100 | to create the output | 100 | to create the output |
| 101 | iii) only a subset of the input files are scanned | 101 | iii) only a subset of the input files are scanned |
| 102 | These issues are unlikely to happen in practice, and would arguably | 102 | These issues are unlikely to happen in practice, and would arguably |
| 103 | represent bugs in the build system.") | 103 | represent bugs in the build system. Item iii) will happen if you |
| 104 | use a command like `update-file-autoloads', though, since it only | ||
| 105 | checks a single input file.") | ||
| 104 | 106 | ||
| 105 | (defvar autoload-modified-buffers) ;Dynamically scoped var. | 107 | (defvar autoload-modified-buffers) ;Dynamically scoped var. |
| 106 | 108 | ||