From: Richard M. Stallman Date: Mon, 7 Jul 2003 21:01:55 +0000 (+0000) Subject: (Man-name-regexp): Match + as part of name. X-Git-Tag: ttn-vms-21-2-B4~9444 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50099a09c19e147c6a067f68ca5f27f523632d37;p=emacs.git (Man-name-regexp): Match + as part of name. --- diff --git a/lisp/man.el b/lisp/man.el index e7622f13200..f46d731c745 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -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]"