diff options
| -rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 1aa79817916..d5c404c7d2f 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -8382,7 +8382,7 @@ the appropriate statement modifier." | |||
| 8382 | (require 'man) | 8382 | (require 'man) |
| 8383 | (let* ((case-fold-search nil) | 8383 | (let* ((case-fold-search nil) |
| 8384 | (is-func (and | 8384 | (is-func (and |
| 8385 | (string-match "^[a-z]+$" word) | 8385 | (string-match "^\\(-[A-Za-z]\\|[a-z]+\\)$" word) |
| 8386 | (string-match (concat "^" word "\\>") | 8386 | (string-match (concat "^" word "\\>") |
| 8387 | (documentation-property | 8387 | (documentation-property |
| 8388 | 'cperl-short-docs | 8388 | 'cperl-short-docs |