From: Glenn Morris Date: Thu, 7 Jan 2016 07:51:34 +0000 (-0800) Subject: ; * lisp/emacs-lisp/autoload.el (autoload-timestamps): Doc tweak. X-Git-Tag: emacs-26.0.90~2821^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4580671f5e2a68885e0fca93eeaf9daaeebe82b3;p=emacs.git ; * lisp/emacs-lisp/autoload.el (autoload-timestamps): Doc tweak. --- 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: 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.