emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/man.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Mon, 07 Jul 2003 17:01:56 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.123 emacs/lisp/man.el:1.124
*** emacs/lisp/man.el:1.123     Sun Jun  1 13:06:55 2003
--- emacs/lisp/man.el   Mon Jul  7 17:01:55 2003
***************
*** 241,247 ****
  (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]"
--- 241,247 ----
  (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]"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]