1
Fork 0
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:
Chong Yidong 2007-04-10 19:35:34 +00:00
parent c7d397233e
commit 69c8eea222

View file

@ -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)