diff options
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |