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: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Wed, 09 Apr 2003 08:16:32 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.120 emacs/lisp/man.el:1.121
*** emacs/lisp/man.el:1.120     Mon Apr  7 05:32:39 2003
--- emacs/lisp/man.el   Wed Apr  9 08:16:31 2003
***************
*** 256,262 ****
            "(\\(" Man-section-regexp "\\))\\).*\\1"))
    "Regular expression describing the heading of a page.")
  
! (defvar Man-heading-regexp "^\\([A-Z][A-Z ]+\\)$"
    "Regular expression describing a manpage heading entry.")
  
  (defvar Man-see-also-regexp "SEE ALSO"
--- 256,262 ----
            "(\\(" Man-section-regexp "\\))\\).*\\1"))
    "Regular expression describing the heading of a page.")
  
! (defvar Man-heading-regexp "^\\([A-Z][A-Z -]+\\)$"
    "Regular expression describing a manpage heading entry.")
  
  (defvar Man-see-also-regexp "SEE ALSO"




reply via email to

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