changed pref "syntax"

original commit: ffe3dc191485b944e98de53c86e2d0e399707175
This commit is contained in:
Robby Findler 1996-07-25 16:49:32 +00:00
parent e595b66a9a
commit 98bb8e137b

View File

@ -169,7 +169,7 @@
(list (horizontal-panel #t #f
(list (let ([c (check-box (lambda (_ command)
(set-preference 'mred:highlight-parens (send command checked?)))
"Highlight to matching paren?")])
"Highlight between matching parens?")])
(send c set-value (get-preference 'mred:highlight-parens))
c)
(panel #t #t)))