aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-04-10 19:35:34 +0000
committerChong Yidong2007-04-10 19:35:34 +0000
commit69c8eea222ac5461ada4bed3828ebc17231e9447 (patch)
tree7999d3e10bf5a3ec0d81354d8986b1368cad59ef
parentc7d397233e3f2baf77c36179eae959a86866932d (diff)
downloademacs-69c8eea222ac5461ada4bed3828ebc17231e9447.tar.gz
emacs-69c8eea222ac5461ada4bed3828ebc17231e9447.zip
Add comment.
-rw-r--r--lisp/woman.el3
1 files changed, 2 insertions, 1 deletions
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.")
2286 ;; conditionals and switch source requests: 2286 ;; conditionals and switch source requests:
2287 (woman0-roff-buffer from) 2287 (woman0-roff-buffer from)
2288 2288
2289 ;; Check for macro sets that woman cannot handle: 2289 ;; Check for macro sets that woman cannot handle. We can only
2290 ;; because do this after processing source-switch directives.
2290 (goto-char (point-min)) 2291 (goto-char (point-min))
2291 (let ((case-fold-search nil)) 2292 (let ((case-fold-search nil))
2292 (unless (and (re-search-forward "^\\.SH[ \n]" (point-max) t) 2293 (unless (and (re-search-forward "^\\.SH[ \n]" (point-max) t)