mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Add comment.
This commit is contained in:
parent
c7d397233e
commit
69c8eea222
1 changed files with 2 additions and 1 deletions
|
|
@ -2286,7 +2286,8 @@ Currently set only from '\" t in the first line of the source file.")
|
|||
;; conditionals and switch source requests:
|
||||
(woman0-roff-buffer from)
|
||||
|
||||
;; Check for macro sets that woman cannot handle:
|
||||
;; Check for macro sets that woman cannot handle. We can only
|
||||
;; because do this after processing source-switch directives.
|
||||
(goto-char (point-min))
|
||||
(let ((case-fold-search nil))
|
||||
(unless (and (re-search-forward "^\\.SH[ \n]" (point-max) t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue