From fd9c6792e818750dc8e3fc0a0668b0588cf1a5a6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 13 Oct 2007 19:36:00 +0000 Subject: [PATCH] (woman-ignore): Fix doc typo. --- lisp/ChangeLog | 5 +++++ lisp/woman.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd963faf52c..70c46cffd3b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-10-13 Glenn Morris + + * faces.el (face-spec-set): When FRAME is nil, set the default for + new frames (restores pre-2007-09-17 behavior). Doc fix. + 2007-10-13 Dan Nicolaescu * frame.el (select-frame-set-input-focus): Fix typo diff --git a/lisp/woman.el b/lisp/woman.el index fc0100b31da..876fd6fc311 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -846,7 +846,7 @@ Heading emboldening is NOT standard `man' behavior." :group 'woman-formatting) (defcustom woman-ignore t - "If non-nil then unrecognized 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 -- 2.39.5