aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-09-16 03:06:30 +0000
committerGlenn Morris <[email protected]>2007-09-16 03:06:30 +0000
commit47fdaab85ab199319fb56d9ae31a68b89beaa90d (patch)
tree7bc26c43e5c4c63e886d94e206613c10a2f3b382 /lisp/cus-edit.el
parentc5da8ef67d77421ebab2473dc6e395bb6f6727c3 (diff)
Drew Adams <drew.adams at oracle.com>
(custom-face-edit-activate): Doc fix.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 9d313c2344..8f7ad22dce 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -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))