diff lisp/cus-edit.el @ 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 0433e66465f6
children 8cef7e8125fd 14c4a6aac623
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))