# HG changeset patch # User Chong Yidong # Date 1176233734 0 # Node ID 5ca8f461a8b187ecdeef13a178980ff8cba89851 # Parent a99b2322f999d4960ccb3bcd84d9abd0115968aa Add comment. diff -r a99b2322f999 -r 5ca8f461a8b1 lisp/woman.el --- a/lisp/woman.el Tue Apr 10 19:30:12 2007 +0000 +++ b/lisp/woman.el Tue Apr 10 19:35:34 2007 +0000 @@ -2286,7 +2286,8 @@ ;; 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)