(batch-byte-recompile-directory): Doc fix.

This commit is contained in:
Eli Zaretskii 2006-01-13 09:56:23 +00:00
parent 53fad1e433
commit defe3b4124
2 changed files with 7 additions and 1 deletions

View file

@ -4101,7 +4101,11 @@ already up-to-date."
(defun batch-byte-recompile-directory (&optional arg)
"Run `byte-recompile-directory' on the dirs remaining on the command line.
Must be used only with `-batch', and kills Emacs on completion.
For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
Optional argument ARG is passed as second argument ARG to
`batch-recompile-directory'; see there for its possible values
and corresponding effects."
;; command-line-args-left is what is left of the command line (startup.el)
(defvar command-line-args-left) ;Avoid 'free variable' warning
(if (not noninteractive)