summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/authors.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-07-08 21:52:49 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-07-08 21:52:49 -0700
commitc4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1 (patch)
tree712790cc90ed29dda310c6b461ff3b6a7b04947d /lisp/emacs-lisp/authors.el
parentf1f924b61976585c693f1f18445889ae891e2211 (diff)
downloademacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.tar.gz
Rename configure.in to configure.ac.
Fixes: debbugs:11603
Diffstat (limited to 'lisp/emacs-lisp/authors.el')
-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 babb5bf8fc9..aa1a7b52f4c 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -702,7 +702,7 @@ or is on the list of removed files. Returns the non-directory part of
the file name. Only uses the LOG-FILE position POS and associated AUTHOR
to print a message if FILE is not found."
;; FILE should be re-checked in every different directory associated
- ;; with a LOG-FILE. Eg configure.in from src/ChangeLog is not the
+ ;; with a LOG-FILE. Eg configure.ac from src/ChangeLog is not the
;; same as that from top-level/ChangeLog.
(let* ((fullname (expand-file-name file (file-name-directory log-file)))
(entry (assoc fullname authors-checked-files-alist))