]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-name-regexp): Match + as part of name.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Jul 2003 21:01:55 +0000 (21:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Jul 2003 21:01:55 +0000 (21:01 +0000)
lisp/man.el

index e7622f132003dc1b7ac79d2a5dd0d587e4c1eb15..f46d731c74587b46f9b83c8bde93dadd4cdd32cd 100644 (file)
@@ -241,7 +241,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]"