aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/man.el
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2005-05-29 16:09:50 +0000
committerJuri Linkov <[email protected]>2005-05-29 16:09:50 +0000
commit5f43c63c204e8d746abdf5702856e081dfd5602b (patch)
treed8d6f793a783051dd7ee1e29d1ed30cea34ad849 /lisp/man.el
parent7397a79f133a85bcf2cb88d6432e60510f6ee590 (diff)
(Man-name-regexp): Add `:' to accept qualified names.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index aa5bd04dd5..d7344ed2f7 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -259,7 +259,7 @@ the associated section number."
(defvar Man-cooked-hook nil
"Hook run after removing backspaces but before `Man-mode' processing.")
-(defvar Man-name-regexp "[-a-zA-Z0-9_�+][-a-zA-Z0-9_.�+]*"
+(defvar Man-name-regexp "[-a-zA-Z0-9_�+][-a-zA-Z0-9_.:�+]*"
"Regular expression describing the name of a manpage (without section).")
(defvar Man-section-regexp "[0-9][a-zA-Z+]*\\|[LNln]"