emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-fns.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Thu, 30 Jun 2005 10:19:12 -0400

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
                             "\\)"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]