changeset 4316:667b32d2c02c

(byte-recompile-directory): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Jul 1993 22:49:27 +0000
parents 9c6571823ab8
children 267b027a8692
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Tue Jul 27 22:49:05 1993 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Tue Jul 27 22:49:27 1993 +0000
@@ -1055,11 +1055,14 @@
 (defun byte-recompile-directory (directory &optional arg)
   "Recompile every `.el' file in DIRECTORY that needs recompilation.
 This is if a `.elc' file exists but is older than the `.el' file.
+Files in subdirectories of DIRECTORY are processed also.
 
 If the `.elc' file does not exist, normally the `.el' file is *not* compiled.
 But a prefix argument (optional second arg) means ask user,
 for each such `.el' file, whether to compile it.  Prefix argument 0 means
-don't ask and compile the file anyway."
+don't ask and compile the file anyway.
+
+A nonzero prefix argument also means ask about each subdirectory."
   (interactive "DByte recompile directory: \nP")
   (if arg
       (setq arg (prefix-numeric-value arg)))