# HG changeset patch # User Glenn Morris # Date 1192304043 0 # Node ID 1372ee106c7836ea09fe30196ce2d31fcb362565 # Parent 7fdf1d7a2fb4b78e9a0de055943e7df74adb4b37 (woman-ignore): Fix doc typo. diff -r 7fdf1d7a2fb4 -r 1372ee106c78 lisp/woman.el --- a/lisp/woman.el Sat Oct 13 17:57:47 2007 +0000 +++ b/lisp/woman.el Sat Oct 13 19:34:03 2007 +0000 @@ -846,7 +846,7 @@ :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