Mercurial > emacs
diff lisp/emacs-lisp/autoload.el @ 4012:26e0209b6e56
Doc fix.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 07 Jul 1993 02:03:18 +0000 |
parents | b292a011b5f4 |
children | 7b72e141f1ad |
line wrap: on
line diff
--- 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