(woman-ignore): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 19:36:00 +0000 (19:36 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 19:36:00 +0000 (19:36 +0000)
lisp/ChangeLog
lisp/woman.el

index bd963fa..70c46cf 100644 (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
index fc0100b..876fd6f 100644 (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