Mercurial > emacs
changeset 7451:a3d9cc59d593
(Man-heading-regexp): Fix pattern.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 11 May 1994 02:15:50 +0000 |
parents | 7ae5ee2ccd7f |
children | 359c1d0a565e |
files | lisp/man.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/man.el Wed May 11 02:09:43 1994 +0000 +++ b/lisp/man.el Wed May 11 02:15:50 1994 +0000 @@ -199,7 +199,7 @@ (defvar Man-section-regexp "[0-9][a-zA-Z+]*\\|[LNln]" "*Regular expression describing a manpage section within parentheses.") -(defvar Man-heading-regexp "^[ \t]*[A-Z]" +(defvar Man-heading-regexp "^[ \t]*[A-Z][A-Z \t]+$" "*Regular expression describing a manpage heading entry.") (defvar Man-see-also-regexp "SEE ALSO"