mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(help-do-arg-highlight): Recognize also ARG- followed by the opening bracket of
the following bracketing pairs: {}, [], (), <>, `' (for example, in the
docstring of `windmove-default-keybindings').
This commit is contained in:
parent
054d409eaf
commit
dee503e5c3
2 changed files with 12 additions and 5 deletions
|
|
@ -252,6 +252,7 @@ face (according to `face-differs-from-default-p')."
|
|||
"\\)"
|
||||
"\\(?:es\\|s\\|th\\)?" ; for ARGth, ARGs
|
||||
"\\(?:-[a-z0-9-]+\\)?" ; for ARG-xxx, ARG-n
|
||||
"\\(?:-[{([<`\"].*?\\)?"; for ARG-{x}, (x), <x>, [x], `x'
|
||||
"\\>") ; end of word
|
||||
(help-default-arg-highlight arg)
|
||||
doc t t 1)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue