diff options
| author | Miles Bader | 2000-09-29 13:55:23 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-09-29 13:55:23 +0000 |
| commit | 09789412c370e913a27f17dc6cb3fa51d866b06f (patch) | |
| tree | c167770304bf43ceafa915eadfc8debc01c18e86 | |
| parent | 75e5b373ce74bd58470f7df29c36582bdb931428 (diff) | |
| download | emacs-09789412c370e913a27f17dc6cb3fa51d866b06f.tar.gz emacs-09789412c370e913a27f17dc6cb3fa51d866b06f.zip | |
(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 | |||
| 229 | (insert author " (wrote) " file "\n") | 229 | (insert author " (wrote) " file "\n") |
| 230 | (setq nchanged (1+ nchanged))))) | 230 | (setq nchanged (1+ nchanged))))) |
| 231 | (if (> nchanged authors-many-files) | 231 | (if (> nchanged authors-many-files) |
| 232 | (insert author " (changed) [changes in more than " | 232 | (insert author " (changed) [more than " |
| 233 | (int-to-string authors-many-files) " files]\n") | 233 | (int-to-string authors-many-files) " files]\n") |
| 234 | (dolist (change changes) | 234 | (dolist (change changes) |
| 235 | (let ((actions (cdr change)) | 235 | (let ((actions (cdr change)) |