From: Chong Yidong Date: Tue, 10 Apr 2007 19:35:34 +0000 (+0000) Subject: Add comment. X-Git-Tag: emacs-pretest-22.0.98~152 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69c8eea222ac5461ada4bed3828ebc17231e9447;p=emacs.git Add comment. --- diff --git a/lisp/woman.el b/lisp/woman.el index 0461b553a11..43ebd8df013 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -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)