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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Thu, 30 Jun 2005 21:11:38 -0400

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.69 emacs/lisp/help-fns.el:1.70
*** emacs/lisp/help-fns.el:1.69 Thu Jun 30 14:19:11 2005
--- emacs/lisp/help-fns.el      Fri Jul  1 01:11:38 2005
***************
*** 277,283 ****
                     (concat "\\<"                   ; beginning of word
                             "\\(?:[a-z-]*-\\)?"     ; for xxx-ARG
                             "\\("
!                            arg
                             "\\)"
                             "\\(?:es\\|s\\|th\\)?"  ; for ARGth, ARGs
                             "\\(?:-[a-z-]+\\)?"     ; for ARG-xxx
--- 277,283 ----
                     (concat "\\<"                   ; beginning of word
                             "\\(?:[a-z-]*-\\)?"     ; for xxx-ARG
                             "\\("
!                            (regexp-quote arg)
                             "\\)"
                             "\\(?:es\\|s\\|th\\)?"  ; for ARGth, ARGs
                             "\\(?:-[a-z-]+\\)?"     ; for ARG-xxx




reply via email to

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