[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/man.el
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/man.el |
Date: |
Sun, 29 May 2005 12:09:15 -0400 |
Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.146 emacs/lisp/man.el:1.147
*** emacs/lisp/man.el:1.146 Thu May 26 13:07:46 2005
--- emacs/lisp/man.el Sun May 29 16:09:15 2005
***************
*** 259,265 ****
(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_.+]*"
"Regular expression describing the name of a manpage (without section).")
(defvar Man-section-regexp "[0-9][a-zA-Z+]*\\|[LNln]"
--- 259,265 ----
(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_.:+]*"
"Regular expression describing the name of a manpage (without section).")
(defvar Man-section-regexp "[0-9][a-zA-Z+]*\\|[LNln]"