From: Glenn Morris Date: Sat, 13 Oct 2007 19:36:00 +0000 (+0000) Subject: (woman-ignore): Fix doc typo. X-Git-Tag: emacs-pretest-23.0.90~10350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd9c6792e818750dc8e3fc0a0668b0588cf1a5a6;p=emacs.git (woman-ignore): Fix doc typo. --- 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