diff options
author | Glenn Morris <rgm@gnu.org> | 2007-09-16 03:06:30 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-09-16 03:06:30 +0000 |
commit | 47fdaab85ab199319fb56d9ae31a68b89beaa90d (patch) | |
tree | 7bc26c43e5c4c63e886d94e206613c10a2f3b382 /lisp/cus-edit.el | |
parent | c5da8ef67d77421ebab2473dc6e395bb6f6727c3 (diff) | |
download | emacs-47fdaab85ab199319fb56d9ae31a68b89beaa90d.tar.gz emacs-47fdaab85ab199319fb56d9ae31a68b89beaa90d.tar.bz2 emacs-47fdaab85ab199319fb56d9ae31a68b89beaa90d.zip |
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.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 9d313c2344d..8f7ad22dce6 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)) |