Update man page for new font-change options; document keyboard shortcuts for navigating.

This commit is contained in:
Dianne Skoll
2021-01-15 09:52:40 -05:00
parent 77eb7fb99d
commit ac8da00030
2 changed files with 26 additions and 7 deletions

View File

@@ -756,7 +756,7 @@ proc EditOptions {} {
frame $w.fframe
button $w.font -text "Change entry font..." -command "ChooseCalboxFont"
button $w.hfont -text "Change Heading font..." -command "ChooseHeadingFont"
button $w.hfont -text "Change heading font..." -command "ChooseHeadingFont"
pack $w.font $w.hfont -in $w.fframe -side left -expand 1 -fill x
frame $w.sep1 -border 1 -relief sunken