]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorRoland McGrath <roland@gnu.org>
Wed, 7 Jul 1993 02:03:18 +0000 (02:03 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 7 Jul 1993 02:03:18 +0000 (02:03 +0000)
lisp/emacs-lisp/autoload.el

index 2b0b777adbae3fe2be760b0eed7cde053ba51231..3b04cd3d1d8164488d474ead1b9cdabff56ed978 100644 (file)
@@ -328,7 +328,7 @@ on directories.  Must be used only with -batch, and kills Emacs on completion.
 Each file will be processed even if an error occurred previously.
 For example, invoke \"emacs -batch -f batch-update-autoloads *.el\""
   (if (not noninteractive)
-      (error "batch-update-file-autoloads is to be used only with -batch"))
+      (error "batch-update-autoloads is to be used only with -batch"))
   (let ((lost nil)
        (args command-line-args-left))
     (while args