From 23de57664f87e4d65e55ba32c2bbf122c01ca0c2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 7 Jul 1993 02:03:18 +0000 Subject: [PATCH] Doc fix. --- lisp/emacs-lisp/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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