diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-10-02 00:32:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-10-02 00:32:14 +0000 |
commit | 610ae4838e8a4c54e3b420eafeabdd6e8c86c1e4 (patch) | |
tree | b02841ecc6116518c36780c60063a438ca958eba /lisp/=man.el | |
parent | b37dbd711b60a83ef810c22ebe91811f91a86a8a (diff) | |
download | emacs-610ae4838e8a4c54e3b420eafeabdd6e8c86c1e4.tar.gz |
(nuke-nroff-bs): Was nuking one line too many after header.
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 5a7423e82f7..7d8dc39dfeb 100644 --- a/lisp/=man.el +++ b/lisp/=man.el @@ -112,7 +112,7 @@ where SECTION is the desired section of the manual, as in \"tty(4)\"." ;; Fixed line counts are risky, but allow us to preserve ;; significant blank lines. (setq start (save-excursion (forward-line -10) (point))) - (setq end (save-excursion (forward-line 4) (point))) + (setq end (save-excursion (forward-line 3) (point))) (delete-region start end))) ;; Catch the final footer. (goto-char (point-max)) |