emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4580671: ; * lisp/emacs-lisp/autoload.el (autoload-


From: Glenn Morris
Subject: [Emacs-diffs] master 4580671: ; * lisp/emacs-lisp/autoload.el (autoload-timestamps): Doc tweak.
Date: Thu, 07 Jan 2016 07:51:52 +0000

branch: master
commit 4580671f5e2a68885e0fca93eeaf9daaeebe82b3
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * lisp/emacs-lisp/autoload.el (autoload-timestamps): Doc tweak.
---
 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 33f50b3..84ba544 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]