diff lisp/man.el @ 51803:ebe64300a9d5

(Man-name-regexp): Match + as part of name.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Jul 2003 21:01:55 +0000
parents ec20af5e04b3
children 3146f91c8c99
line wrap: on
line diff
--- 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]"