]> git.eshelyaron.com Git - emacs.git/commitdiff
Drew Adams <drew.adams at oracle.com>
authorGlenn Morris <rgm@gnu.org>
Sun, 16 Sep 2007 03:06:30 +0000 (03:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 16 Sep 2007 03:06:30 +0000 (03:06 +0000)
(custom-face-edit-activate): Doc fix.

lisp/ChangeLog
lisp/cus-edit.el

index cd116954ca34a5c04b2a312ec955d001b9d08134..2bc60bacf54d3d045034018b66268441a1a9ecef 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-16  Drew Adams  <drew.adams@oracle.com>
+
+       * cus-edit (custom-face-edit-activate): Doc fix.
+
 2007-09-16  Glenn Morris  <rgm@gnu.org>
 
        * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
index 9d313c2344d5ade1a37d08c8cbb700338d88b771..8f7ad22dce6cdde3aeb61630fd07133ac3c4e5d3 100644 (file)
@@ -3011,7 +3011,7 @@ Also change :reverse-video to :inverse-video."
                    (cons value (cons from (- (point) from))))))))
 
 (defun custom-face-edit-activate (widget)
-  "Make face widget WIDGET inactive for user modifications."
+  "Make face widget WIDGET active for user modifications."
   (let ((inactive (widget-get widget :inactive))
        (inhibit-read-only t)
        (inhibit-modification-hooks t))