Mercurial > emacs
changeset 4012:26e0209b6e56
Doc fix.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 07 Jul 1993 02:03:18 +0000 |
parents | 1117ec91799c |
children | 29f808aa587f |
files | lisp/emacs-lisp/autoload.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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