# HG changeset patch # User Miles Bader # Date 970235723 0 # Node ID 01a7fea88dc1caa2fe924c38ec39b34748d344cf # Parent 653438b517424db9cde5e55f2e91dac4c3b3f15f (authors-print): Rephrase many-files string. diff -r 653438b51742 -r 01a7fea88dc1 lisp/emacs-lisp/authors.el --- 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))