From: Miles Bader Date: Fri, 29 Sep 2000 13:55:23 +0000 (+0000) Subject: (authors-print): Rephrase many-files string. X-Git-Tag: emacs-pretest-21.0.90~1280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09789412c370e913a27f17dc6cb3fa51d866b06f;p=emacs.git (authors-print): Rephrase many-files string. --- diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index fb9e4788265..7ff37ca9de9 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -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))