# HG changeset patch # User Richard M. Stallman # Date 1057611715 0 # Node ID ebe64300a9d5350aa0fdd9989cbe9e369099e3b6 # Parent d8ab29cb1111efe953ecc2752bf311187f5b4899 (Man-name-regexp): Match + as part of name. diff -r d8ab29cb1111 -r ebe64300a9d5 lisp/man.el --- a/lisp/man.el Mon Jul 07 21:00:26 2003 +0000 +++ b/lisp/man.el Mon Jul 07 21:01:55 2003 +0000 @@ -241,7 +241,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]"