From 5d8f087cb833df4e55f034174abba81faf3be0fa Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 18 Jul 2002 10:34:21 +0000 Subject: [PATCH] Support current auto{conf,make} manuals. --- lisp/ChangeLog | 4 ++++ lisp/info-look.el | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 724309e8f0e..3409d43f3d4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-07-18 Dave Love + + * info-look.el: Support current auto{conf,make} manuals. + 2002-07-16 Dave Love * international/utf-8.el (ccl-decode-mule-utf-8): Fix >= #xfe case. diff --git a/lisp/info-look.el b/lisp/info-look.el index eccf7dcd6c4..b76816d99aa 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -668,7 +668,12 @@ Return nil if there is nothing appropriate in the buffer near point." (info-lookup-maybe-add-help :mode 'autoconf-mode :regexp "A[CM]_[_A-Z0-9]+" - :doc-spec '(("(autoconf)Macro Index" "AC_" + :doc-spec '(("(autoconf)Autoconf Macro Index" "AC_" + "^[ \t]+- \\(Macro\\|Variable\\): .*\\<" "\\>") + ("(automake)Macro and Variable Index" nil + "^[ \t]*`" "'") + ;; These are for older versions (probably pre autoconf 2.5x): + ("(autoconf)Macro Index" "AC_" "^[ \t]+- \\(Macro\\|Variable\\): .*\\<" "\\>") ("(automake)Index" nil "^[ \t]*`" "'")) -- 2.39.5