Index: emacs/lisp/woman.el
diff -c emacs/lisp/woman.el:1.30 emacs/lisp/woman.el:1.31
*** emacs/lisp/woman.el:1.30    Mon Jun 13 08:21:37 2005
--- emacs/lisp/woman.el Thu Jun 16 16:12:40 2005
***************
*** 828,834 ****
    :group 'woman-formatting)
  
  (defcustom woman-ignore t
!   "*If non-nil then unrecognised requests etc. are ignored.  Default is t.
  This gives the standard ?roff behavior.  If nil then they are left in
  the buffer, which may aid debugging."
    :type 'boolean
--- 828,834 ----
    :group 'woman-formatting)
  
  (defcustom woman-ignore t
!   "*If non-nil then unrecognized requests etc. are ignored.  Default is t.
  This gives the standard ?roff behavior.  If nil then they are left in
  the buffer, which may aid debugging."
    :type 'boolean
***************
*** 2504,2510 ****
        (setq c (memq (following-char) woman-if-conditions-true)))
       ;; Unrecognised letter so reject:
       ((looking-at "[A-Za-z]") (setq c nil)
!       (WoMan-warn "%s %s -- unrecognised condition name rejected!"
                  request (match-string 0)))
       ;; Accept strings if identical:
       ((save-restriction
--- 2504,2510 ----
        (setq c (memq (following-char) woman-if-conditions-true)))
       ;; Unrecognised letter so reject:
       ((looking-at "[A-Za-z]") (setq c nil)
!       (WoMan-warn "%s %s -- unrecognized condition name rejected!"
                  request (match-string 0)))
       ;; Accept strings if identical:
       ((save-restriction


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to