(custom-face-edit-activate): Doc fix.
+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
(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))