# HG changeset patch # User Roland McGrath # Date 742010598 0 # Node ID 26e0209b6e568fc2c5fa1015d16b96d3b7a47aa5 # Parent 1117ec91799c131db941a939aac68257e5a84b0b Doc fix. diff -r 1117ec91799c -r 26e0209b6e56 lisp/emacs-lisp/autoload.el --- a/lisp/emacs-lisp/autoload.el Tue Jul 06 23:07:30 1993 +0000 +++ b/lisp/emacs-lisp/autoload.el Wed Jul 07 02:03:18 1993 +0000 @@ -328,7 +328,7 @@ 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