diff options
Diffstat (limited to 'lisp/progmodes/cc-menus.el')
-rw-r--r-- | lisp/progmodes/cc-menus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index a099ec1de95..52b47a58732 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el @@ -172,7 +172,7 @@ A sample value might look like: `\\(_P\\|_PROTO\\)'.") "[ \t\n\r]*")) (defun cc-imenu-java-build-type-args-regex (depth) - "Builds regexp for type arguments list with DEPTH allowed + "Build regexp for type arguments list with DEPTH allowed nested angle brackets constructs." (if (> depth 0) (concat "<" |