From: Richard M. Stallman Date: Mon, 16 May 1994 23:08:41 +0000 (+0000) Subject: (Man-heading-regexp): Accept multiple whitespace chars. X-Git-Tag: emacs-19.34~8335 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=469e5e326fb576a1c033257a166ed1cc44ac438e;p=emacs.git (Man-heading-regexp): Accept multiple whitespace chars. --- diff --git a/lisp/man.el b/lisp/man.el index 225b6277b1d..b82fd502e2f 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -201,7 +201,7 @@ the manpage buffer.") ;; Unless some system actually adds leading whitespace other than one space, ;; it is more reliable not to accept any other leading whitespace. -(defvar Man-heading-regexp "^ ?*\\([A-Z][A-Z \t]+\\)$" +(defvar Man-heading-regexp "^[ \t]*\\([A-Z][A-Z \t]+\\)$" "*Regular expression describing a manpage heading entry.") (defvar Man-see-also-regexp "SEE ALSO"