Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
23de5766
Commit
23de5766
authored
Jul 07, 1993
by
Roland McGrath
Browse files
Doc fix.
parent
fb3ebe6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/autoload.el
lisp/emacs-lisp/autoload.el
+1
-1
No files found.
lisp/emacs-lisp/autoload.el
View file @
23de5766
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment