From 09789412c370e913a27f17dc6cb3fa51d866b06f Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 29 Sep 2000 13:55:23 +0000 Subject: [PATCH] (authors-print): Rephrase many-files string. --- lisp/emacs-lisp/authors.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5