]> git.eshelyaron.com Git - emacs.git/commitdiff
Add comment.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 10 Apr 2007 19:35:34 +0000 (19:35 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 10 Apr 2007 19:35:34 +0000 (19:35 +0000)
lisp/woman.el

index 0461b553a1165dd358189be38db880e6a680f771..43ebd8df01378fa3fc47ab4d2b3ce86cf255c005 100644 (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)