]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-recompile-directory): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Jul 1993 22:49:27 +0000 (22:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Jul 1993 22:49:27 +0000 (22:49 +0000)
lisp/emacs-lisp/bytecomp.el

index b67be5ce60c93985ac1a1b459b40eb5dc70b3414..be628b8c6a67b7236fb7b35ee2084548be320a9b 100644 (file)
@@ -1055,11 +1055,14 @@ otherwise pop it")
 (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)))