diff lisp/emacs-lisp/authors.el @ 32005:01a7fea88dc1

(authors-print): Rephrase many-files string.
author Miles Bader <miles@gnu.org>
date Fri, 29 Sep 2000 13:55:23 +0000
parents 9fcbb508e58c
children 1bb0e9c9c64d
line wrap: on
line diff
--- a/lisp/emacs-lisp/authors.el	Fri Sep 29 13:52:39 2000 +0000
+++ b/lisp/emacs-lisp/authors.el	Fri Sep 29 13:55:23 2000 +0000
@@ -229,7 +229,7 @@
 	    (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))