From: Eli Zaretskii Date: Fri, 13 Jan 2006 09:56:23 +0000 (+0000) Subject: (batch-byte-recompile-directory): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~4770 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=defe3b4124e263193942fef1482de1462240fb51;p=emacs.git (batch-byte-recompile-directory): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 982be38b803..e540848c181 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2006-01-13 Eli Zaretskii + * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix. + * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in. (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright years. Fix small differences wrt Makefile.in. 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)