mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
Doc fix.
This commit is contained in:
parent
fb3ebe6ca6
commit
23de57664f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user