]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 bd963faf52c40f3bb98da0b0312912a64b948260..70c46cffd3b6996f8fc243ca848b00479154bd78 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 fc0100b31dad61f8bb287af704b0ed14e457f2fb..876fd6fc311c4d7725ccbd8a79b06e9e8d5be94c 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