From: Roland McGrath Date: Wed, 7 Jul 1993 02:03:18 +0000 (+0000) Subject: Doc fix. X-Git-Tag: emacs-19.34~11839 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23de57664f87e4d65e55ba32c2bbf122c01ca0c2;p=emacs.git Doc fix. --- diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 2b0b777adba..3b04cd3d1d8 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -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