From: Juanma Barranquero Date: Thu, 16 Jun 2005 16:12:40 +0000 (+0000) Subject: (woman-ignore, woman0-if): Fix spelling in docstrings. X-Git-Tag: emacs-pretest-22.0.90~8874 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adf79d2723b322bc971c3589ba5187f408eea15b;p=emacs.git (woman-ignore, woman0-if): Fix spelling in docstrings. --- diff --git a/lisp/woman.el b/lisp/woman.el index de7d557f856..b1f8581ab9c 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -828,7 +828,7 @@ Heading emboldening is NOT standard `man' behavior." :group 'woman-formatting) (defcustom woman-ignore t - "*If non-nil then unrecognised requests etc. are ignored. Default is 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,7 +2504,7 @@ REQUEST is the invoking directive without the leading dot." (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!" + (WoMan-warn "%s %s -- unrecognized condition name rejected!" request (match-string 0))) ;; Accept strings if identical: ((save-restriction