# HG changeset patch # User Andreas Schwab # Date 884169956 0 # Node ID 323f33e3e92c356748036d10ac2501356c556fc9 # Parent a529e09b1fe2b806f4a32db0b081a26826002462 (custom-browse-visibility): Doc fix. diff -r a529e09b1fe2 -r 323f33e3e92c lisp/cus-edit.el --- a/lisp/cus-edit.el Wed Jan 07 10:45:33 1998 +0000 +++ b/lisp/cus-edit.el Wed Jan 07 10:45:56 1998 +0000 @@ -1217,7 +1217,7 @@ (goto-char (point-min))) (define-widget 'custom-browse-visibility 'item - "Control visibility of of items in the customize tree browser." + "Control visibility of items in the customize tree browser." :format "%[[%t]%]" :action 'custom-browse-visibility-action)