Mercurial > emacs
changeset 63509:f890545a138d
(woman-ignore, woman0-if): Fix spelling in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 Jun 2005 16:12:40 +0000 |
parents | 8890da0e9393 |
children | 9d09522aef6b |
files | lisp/woman.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/woman.el Thu Jun 16 16:11:46 2005 +0000 +++ b/lisp/woman.el Thu Jun 16 16:12:40 2005 +0000 @@ -828,7 +828,7 @@ :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 @@ (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