diff --git a/src/Doc/Customize.DD b/src/Doc/Customize.DD index 4bd3a569..6faa4b07 100755 --- a/src/Doc/Customize.DD +++ b/src/Doc/Customize.DD @@ -2,6 +2,6 @@ $WW,1$* You can adjust the mouse movement rate by setting global variables in yo * You can set your local time zone by setting the $FG,4$local_time_offset$FG$ global variable in a start-up file. Its units are $LK,"CDATE_FREQ",A="MN:CDATE_FREQ"$. See $LK,"local time",A="FF:~/HomeLocalize.ZC,local_time"$. -* You can change the palette using the $LK+PU,"PaletteSet",A="FF:::/System/Gr/GrPalette.ZC,U0 PaletteSet"$ functions. Pressing $FG,2$<CTRL-ALT-f>$FG$ toggles standard and VGA ROM font. +* You can change the palette using the $LK+PU,"PaletteSet",A="FF:::/System/Gr/GrPalette.ZC,U0 PaletteSet"$ functions. Pressing $FG,2$<CTRL-ALT-f>$FG$ toggles standard and auxiliary font. * Get rid of this message $LK,"here",A="FF:~/Once.ZC,Customize.DD"$. diff --git a/src/Doc/Tips.DD b/src/Doc/Tips.DD index 5b50c9f0..eedb39bd 100755 --- a/src/Doc/Tips.DD +++ b/src/Doc/Tips.DD @@ -67,7 +67,7 @@ $FG,2$Merge("C:/","D:/","+r+d");$FG$ to check your changes. * Use $FG,2$<CTRL-ALT-a>$FG$ to enter an extended ASCII char. -* Use $FG,2$<CTRL-ALT-f>$FG$ to toggle between the $LK,"VGA ROM Font",A="FF:::/Kernel/KMain.ZC,SYS_FONT_PTR:2"$ and $LK,"Std Font",A="FI:::/Kernel/FontStd.ZC"$. +* Use $FG,2$<CTRL-ALT-f>$FG$ to toggle between the $LK,"Aux Font",A="FI:::/Kernel/FontAux.ZC"$ and $LK,"Std Font",A="FI:::/Kernel/FontStd.ZC"$. * Use $FG,2$<CTRL-ALT-s>$FG$ will capture the screen as a sprite on the clip. You can save the cmd line doc as text with $FG,2$<CTRL-a>$FG$.