From: Richard M. Stallman Date: Mon, 6 Dec 2004 14:09:13 +0000 (+0000) Subject: (info-lookup-maybe-add-help cfengine-mode): Regexp typo. X-Git-Tag: ttn-vms-21-2-B4~3410 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bc897ca5ad3615c59454306ef596596f3704c9e;p=emacs.git (info-lookup-maybe-add-help cfengine-mode): Regexp typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe96c0e7e47..45612389e0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2004-12-06 Richard M. Stallman + * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo. + + * cus-edit.el (custom-file): Doc fix. + * textmodes/org.el: New file. 2004-12-06 Kenichi Handa diff --git a/lisp/info-look.el b/lisp/info-look.el index 4bc90c7e5aa..388415ec8c1 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -894,7 +894,7 @@ Return nil if there is nothing appropriate in the buffer near point." ;; entries for the same term in some cases. --fx (info-lookup-maybe-add-help :mode 'cfengine-mode - :regexp "[[:alnum:]_]+\\(:?()\\)?" + :regexp "[[:alnum:]_]+\\(?:()\\)?" :doc-spec '(("(cfengine-Reference)Variable Index" (lambda (item) ;; Index entries may be like `IsPlain()'