Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.68 emacs/lisp/help-fns.el:1.69
*** emacs/lisp/help-fns.el:1.68 Mon May 30 18:06:02 2005
--- emacs/lisp/help-fns.el      Thu Jun 30 14:19:11 2005
***************
*** 275,281 ****
                     ;; This is heuristic, but covers all common cases
                     ;; except ARG1-ARG2
                     (concat "\\<"                   ; beginning of word
!                            "\\(?:[a-z-]+-\\)?"     ; for xxx-ARG
                             "\\("
                             arg
                             "\\)"
--- 275,281 ----
                     ;; This is heuristic, but covers all common cases
                     ;; except ARG1-ARG2
                     (concat "\\<"                   ; beginning of word
!                            "\\(?:[a-z-]*-\\)?"     ; for xxx-ARG
                             "\\("
                             arg
                             "\\)"


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to