]> 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:12 +0000 (03:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 16 Sep 2007 03:06:12 +0000 (03:06 +0000)
(custom-face-edit-activate): Doc fix.

lisp/ChangeLog
lisp/cus-edit.el

index 5388edb9a59c758dfa1ead5dfa872a0883b82509..6fc03d826e59f1697fa32b6f27918ba0800209f4 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>
 
        * textmodes/tex-mode.el (tex-region): Handle the case where the
index 29840b8fb5c8702a25bbda103c5547a9ff499f89..1d616cbb02c141118bafc0b701e45dd3a5e78559 100644 (file)
@@ -3058,7 +3058,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))