]> git.eshelyaron.com Git - emacs.git/commitdiff
Support current auto{conf,make} manuals.
authorDave Love <fx@gnu.org>
Thu, 18 Jul 2002 10:34:21 +0000 (10:34 +0000)
committerDave Love <fx@gnu.org>
Thu, 18 Jul 2002 10:34:21 +0000 (10:34 +0000)
lisp/ChangeLog
lisp/info-look.el

index 724309e8f0e63b8975ea01c32bc93a300272c1e6..3409d43f3d46a8f20cb5a5d0c1598acf7d5816d6 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-18  Dave Love  <fx@gnu.org>
+
+       * info-look.el: Support current auto{conf,make} manuals.
+
 2002-07-16  Dave Love  <fx@gnu.org>
   
        * international/utf-8.el (ccl-decode-mule-utf-8): Fix >= #xfe case.
index eccf7dcd6c474b75f973c3a195f9e4bbb6124902..b76816d99aa073e2d6ccd3ccc634a02532bdfde3 100644 (file)
@@ -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]*`" "'"))