1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00
This commit is contained in:
Roland McGrath 1993-07-07 02:03:18 +00:00
parent fb3ebe6ca6
commit 23de57664f

View File

@ -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