# HG changeset patch # User Glenn Morris # Date 1189911889 0 # Node ID 56754c942db29d0a84b4fce085e5e87bcb073ba8 # Parent c394c5c0055a66494e90cff290e2b3877e0c2e67 Drew Adams (custom-face-edit-activate): Doc fix. diff -r c394c5c0055a -r 56754c942db2 lisp/cus-edit.el --- a/lisp/cus-edit.el Sun Sep 16 02:36:16 2007 +0000 +++ b/lisp/cus-edit.el Sun Sep 16 03:04:49 2007 +0000 @@ -3011,7 +3011,7 @@ (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))