1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(woman-ignore): Fix doc typo.

This commit is contained in:
Glenn Morris 2007-10-13 19:36:00 +00:00
parent de30d842fc
commit fd9c6792e8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-10-13 Glenn Morris <rgm@gnu.org>
* 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 <dann@ics.uci.edu>
* frame.el (select-frame-set-input-focus): Fix typo

View file

@ -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