emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 76fe2d5: * lisp/emacs-lisp/autoload.el (autoload-


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 76fe2d5: * lisp/emacs-lisp/autoload.el (autoload-find-destination): Doc fix.
Date: Thu, 07 Jan 2016 01:36:54 +0000

branch: emacs-25
commit 76fe2d526e7d4257f8c8855084bf172065aea2d1
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/emacs-lisp/autoload.el (autoload-find-destination): Doc fix.
---
 lisp/emacs-lisp/autoload.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index eed7265..e688d6b 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -682,8 +682,9 @@ Return FILE if there was no autoload cookie in it, else 
nil."
 (defun autoload-find-destination (file load-name)
   "Find the destination point of the current buffer's autoloads.
 FILE is the file name of the current buffer.
+LOAD-NAME is the name as it appears in the output.
 Returns a buffer whose point is placed at the requested location.
-Returns nil if the file's autoloads are uptodate, otherwise
+Returns nil if the file's autoloads are up-to-date, otherwise
 removes any prior now out-of-date autoload entries."
   (catch 'up-to-date
     (let* ((buf (current-buffer))



reply via email to

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