changeset 62878:6ad2cd812985

(Man-name-regexp): Add `:' to accept qualified names.
author Juri Linkov <juri@jurta.org>
date Sun, 29 May 2005 16:09:15 +0000
parents b03135d4ca2a
children 3cb66be1a576
files lisp/man.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/man.el	Sun May 29 16:09:04 2005 +0000
+++ b/lisp/man.el	Sun May 29 16:09:15 2005 +0000
@@ -259,7 +259,7 @@
 (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]"