Mercurial > emacs
changeset 78803:6b503866d323
Drew Adams <drew.adams at oracle.com>
(custom-face-edit-activate): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 16 Sep 2007 03:04:18 +0000 |
parents | 79a04b97da0a |
children | 00175919fa55 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Sun Sep 16 02:02:23 2007 +0000 +++ b/lisp/cus-edit.el Sun Sep 16 03:04:18 2007 +0000 @@ -3058,7 +3058,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))