diff --git a/kernel/trunk/docs/sysfuncr.txt b/kernel/trunk/docs/sysfuncr.txt index 5a0118e20a..b88aeb96f8 100644 --- a/kernel/trunk/docs/sysfuncr.txt +++ b/kernel/trunk/docs/sysfuncr.txt @@ -2320,7 +2320,7 @@ dword-значение цвета 0x00RRGGBB * (left,top) - координаты левого верхнего угла, (right,bottom) - координаты правого нижнего. Таким образом, размер рабочей области по оси x определяется - формулой right-left+1, по оси y - формулой bottom-right+1. + формулой right-left+1, по оси y - формулой bottom-top+1. * Смотри также функцию 14, позволяющую определить размеры всего экрана. * Есть парная функция установки рабочей области - подфункция 6. diff --git a/kernel/trunk/docs/sysfuncs.txt b/kernel/trunk/docs/sysfuncs.txt index 88e76e756e..0115e0d0d8 100644 --- a/kernel/trunk/docs/sysfuncs.txt +++ b/kernel/trunk/docs/sysfuncs.txt @@ -2298,7 +2298,7 @@ Remarks: * (left,top) are coordinates of the left upper corner, (right,bottom) are coordinates of the right lower one. Thus the size of working area on x axis can be calculated by - formula right-left+1, on y axis - by formula bottom-right+1. + formula right-left+1, on y axis - by formula bottom-top+1. * See also function 14, to get sizes of all screen. * There is a pair function to set working area - subfunction 6.