summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-01-13 09:56:23 +0000
committerEli Zaretskii <eliz@gnu.org>2006-01-13 09:56:23 +0000
commitdefe3b4124e263193942fef1482de1462240fb51 (patch)
treeb3122c94463ce7d87406e9cdfb4f8433da5f3b5d /lisp/emacs-lisp
parent53fad1e433ef77e6d11b1b4ba65915d07f03d2c0 (diff)
downloademacs-defe3b4124e263193942fef1482de1462240fb51.tar.gz
(batch-byte-recompile-directory): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 6219482b12e..64b0a07332b 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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)