Mercurial > emacs
changeset 20600:323f33e3e92c
(custom-browse-visibility): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 07 Jan 1998 10:45:56 +0000 |
parents | a529e09b1fe2 |
children | 97249de6bbfa |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)