From: Andreas Schwab Date: Wed, 7 Jan 1998 10:45:56 +0000 (+0000) Subject: (custom-browse-visibility): Doc fix. X-Git-Tag: emacs-20.3~2474 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1edec9cfea1b0592d06363d2f6ad28c7746d7576;p=emacs.git (custom-browse-visibility): Doc fix. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 30e3c86a697..e53459ecee6 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1217,7 +1217,7 @@ item in another window.\n\n")) (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)