diff options
author | Miles Bader <miles@gnu.org> | 2000-09-29 13:55:23 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-09-29 13:55:23 +0000 |
commit | 09789412c370e913a27f17dc6cb3fa51d866b06f (patch) | |
tree | c167770304bf43ceafa915eadfc8debc01c18e86 | |
parent | 75e5b373ce74bd58470f7df29c36582bdb931428 (diff) | |
download | emacs-09789412c370e913a27f17dc6cb3fa51d866b06f.tar.gz |
(authors-print): Rephrase many-files string.
-rw-r--r-- | lisp/emacs-lisp/authors.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |