summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/authors.el2
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))