diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-08 21:52:49 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-08 21:52:49 -0700 |
commit | c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1 (patch) | |
tree | 712790cc90ed29dda310c6b461ff3b6a7b04947d /lisp/info-look.el | |
parent | f1f924b61976585c693f1f18445889ae891e2211 (diff) | |
download | emacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.tar.gz |
Rename configure.in to configure.ac.
Fixes: debbugs:11603
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r-- | lisp/info-look.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el index 5eca62ed1bd..eb780fe5620 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -732,7 +732,7 @@ Return nil if there is nothing appropriate in the buffer near point." :parse-rule "\\$[^({]\\|\\.[_A-Z]*\\|[_a-zA-Z0-9-]+\\|##\\|\\+=" :doc-spec '( ;; "(automake)Macro Index" is autoconf macros used in - ;; configure.in, not Makefile.am, so don't have that here. + ;; configure.ac, not Makefile.am, so don't have that here. ("(automake)Variable Index" nil "^[ \t]*`" "'") ;; In automake 1.4 macros and variables were a combined node. ("(automake)Macro and Variable Index" nil "^[ \t]*`" "'") |