1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

; * lisp/emacs-lisp/autoload.el (autoload-timestamps): Doc tweak.

This commit is contained in:
Glenn Morris 2016-01-06 23:51:34 -08:00
parent a0b7842700
commit 4580671f5e

View File

@ -100,7 +100,9 @@ then we use the timestamp of the output file instead. As a result:
to create the output
iii) only a subset of the input files are scanned
These issues are unlikely to happen in practice, and would arguably
represent bugs in the build system.")
represent bugs in the build system. Item iii) will happen if you
use a command like `update-file-autoloads', though, since it only
checks a single input file.")
(defvar autoload-modified-buffers) ;Dynamically scoped var.