(authors-print): Rephrase many-files string.
authorMiles Bader <miles@gnu.org>
Fri, 29 Sep 2000 13:55:23 +0000 (13:55 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 29 Sep 2000 13:55:23 +0000 (13:55 +0000)
lisp/emacs-lisp/authors.el

index fb9e478..7ff37ca 100644 (file)
@@ -229,7 +229,7 @@ CHANGES is an alist of entries (FILE ACTION...), as produced by
            (insert author " (wrote) " file "\n")
          (setq nchanged (1+ nchanged)))))
     (if (> nchanged authors-many-files)
-       (insert author " (changed) [changes in more than "
+       (insert author " (changed) [more than "
                (int-to-string authors-many-files) " files]\n")
       (dolist (change changes)
        (let ((actions (cdr change))