1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 13:31:37 -07:00

(custom-browse-visibility): Doc fix.

This commit is contained in:
Andreas Schwab 1998-01-07 10:45:56 +00:00
parent 5e5e5b54ed
commit 1edec9cfea

View file

@ -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)