Mercurial > emacs
changeset 84598:56754c942db2
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:49 +0000 |
parents | c394c5c0055a |
children | 1d3d8782bd49 |
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: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))