]> code.delx.au - gnu-emacs/blobdiff - lisp/woman.el
Initial version of the w32notify code.
[gnu-emacs] / lisp / woman.el
index 5933d593aa5cfcd88795c68607ecc99e179b2ec1..c8cc7ea676615704d5fb1638b165051372f5d7c2 100644 (file)
@@ -2531,7 +2531,7 @@ REQUEST is the invoking directive without the leading dot."
     (cond
      ;; ((looking-at "[no]") (setq c t))     ; accept n(roff) and o(dd page)
      ;; ((looking-at "[te]") (setq c nil))   ; reject t(roff) and e(ven page)
-     ;; Per groff ".if v" is recognised as false (it means -Tversatec).
+     ;; Per groff ".if v" is recognized as false (it means -Tversatec).
      ((looking-at "[ntoev]")
       (setq c (memq (following-char) woman-if-conditions-true)))
      ;; Unrecognized letter so reject: