From 50099a09c19e147c6a067f68ca5f27f523632d37 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jul 2003 21:01:55 +0000 Subject: [PATCH] (Man-name-regexp): Match + as part of name. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" -- 2.39.2