diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-20 12:59:39 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-20 12:59:39 +0100 |
commit | 16318bfb518aa7bc06e502e6fad7e53ec91067f9 (patch) | |
tree | e27122c0a061762bc483ed245ca62ac8d957f881 /lisp/man.el | |
parent | 6082ab9697fa8c18e9049d24840d07efe6f95625 (diff) | |
download | emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.tar.gz emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.tar.bz2 emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.zip |
; Fix typos
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 9dd247cc31e..3802362da09 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -331,7 +331,7 @@ This regexp should not start with a `^' character.") ;; This used to have leading space [ \t]*, but was removed because it ;; causes false page splits on an occasional NAME with leading space ;; inside a manpage. And `Man-heading-regexp' doesn't have [ \t]* anyway. -(defvar Man-first-heading-regexp "^NAME$\\|^[ \t]*No manual entry fo.*$" +(defvar Man-first-heading-regexp "^NAME$\\|^[ \t]*No manual entry for.*$" "Regular expression describing first heading on a manpage. This regular expression should start with a `^' character.") |