# HG changeset patch # User Richard M. Stallman # Date 1120180298 0 # Node ID dc6d162ead80999d33e717d775d655b3d954b74b # Parent e2eed2c9a354d188705c5800354cec5aa8c459cf (help-do-arg-highlight): Regexp-quote argument names. diff -r e2eed2c9a354 -r dc6d162ead80 lisp/help-fns.el --- a/lisp/help-fns.el Fri Jul 01 01:10:42 2005 +0000 +++ b/lisp/help-fns.el Fri Jul 01 01:11:38 2005 +0000 @@ -277,7 +277,7 @@ (concat "\\<" ; beginning of word "\\(?:[a-z-]*-\\)?" ; for xxx-ARG "\\(" - arg + (regexp-quote arg) "\\)" "\\(?:es\\|s\\|th\\)?" ; for ARGth, ARGs "\\(?:-[a-z-]+\\)?" ; for ARG-xxx