]> code.delx.au - gnu-emacs/commitdiff
* lisp/emacs-lisp/autoload.el (autoload-find-destination): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Jan 2016 01:36:46 +0000 (20:36 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Jan 2016 01:36:46 +0000 (20:36 -0500)
lisp/emacs-lisp/autoload.el

index eed72655d18304887d051ef198c419b48be4cdbe..e688d6be7253fa09c275ead531e8b2d96b5926d8 100644 (file)
@@ -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))