]> code.delx.au - gnu-emacs/commitdiff
(batch-byte-recompile-directory): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Nov 2007 15:37:00 +0000 (15:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Nov 2007 15:37:00 +0000 (15:37 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index 56c5a9cc35c9aa34555c3dce4e71d9ea72a8681c..8668630578f4c0370706c55bd778aae21d688f31 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
+
 2007-11-24  Kenichi Handa  <handa@m17n.org>
 
        * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
index 493977304b15dc676b293c9c5ae4fda5ecf907bd..032b37cb00f530622a98a82b39760275c9b76ba3 100644 (file)
@@ -974,7 +974,7 @@ Each function's symbol gets added to `byte-compile-noruntime-functions'."
         (pos (if (and byte-compile-current-file
                       (integerp byte-compile-read-position))
                  (with-current-buffer byte-compile-current-buffer
-                   (format "%d:%d:" 
+                   (format "%d:%d:"
                            (save-excursion
                              (goto-char byte-compile-last-position)
                              (1+ (count-lines (point-min) (point-at-bol))))
@@ -1657,7 +1657,7 @@ The value is non-nil if there were no errors, nil if errors."
        byte-compile-dest-file)
     (setq target-file (byte-compile-dest-file filename))
     (setq byte-compile-dest-file target-file)
-    (with-current-buffer 
+    (with-current-buffer
         (setq input-buffer (get-buffer-create " *Compiler Input*"))
       (erase-buffer)
       (setq buffer-file-coding-system nil)
@@ -4185,7 +4185,7 @@ Must be used only with `-batch', and kills Emacs on completion.
 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
+`byte-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