# HG changeset patch # User Eli Zaretskii # Date 1137146073 0 # Node ID 9681817a2fa5daac0b09f39d81cc597e0cd47b73 # Parent 51124813803b98fc5096f0f209e1a881d86c411d (batch-byte-recompile-directory): Doc fix. diff -r 51124813803b -r 9681817a2fa5 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Fri Jan 13 09:50:43 2006 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Fri Jan 13 09:54:33 2006 +0000 @@ -4101,7 +4101,11 @@ (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)