changeset 77113:5ca8f461a8b1

Add comment.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 10 Apr 2007 19:35:34 +0000
parents a99b2322f999
children b64b5f4be390
files lisp/woman.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)