(update-autoloads-here): Split up long message.
authorKarl Heuer <kwzh@gnu.org>
Thu, 12 May 1994 14:45:30 +0000 (14:45 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 12 May 1994 14:45:30 +0000 (14:45 +0000)
lisp/emacs-lisp/autoload.el

index 5ed0509..551bba0 100644 (file)
@@ -333,9 +333,11 @@ Update sections of the current buffer generated by \\[update-file-autoloads]."
                   (or (get-file-buffer file)
                       (file-exists-p file)))
              ()
-           (setq file (if (y-or-n-p (format "Library \"%s\" (load \
-file \"%s\") doesn't exist.  Remove its autoload section? "
-                                            (nth 2 form) file))
+           (message "Can't find library \"%s\" (load file \"%s\")"
+                    (nth 2 form) file)
+           (sit-for 2)
+           (setq file (if (y-or-n-p (format "Remove autoloads for \"%s\"? "
+                                            (nth 2 form)))
                           t
                         (condition-case ()
                             (read-file-name (format "Find \"%s\" load file: "