diff --git a/kitty/screen.c b/kitty/screen.c index abbad857b..bb5ad1c80 100644 --- a/kitty/screen.c +++ b/kitty/screen.c @@ -933,7 +933,7 @@ void screen_erase_in_display(Screen *self, unsigned int how, bool private) { /* Erases display in a specific way. - :param int how: defines the way the line should be erased in: + :param int how: defines the way the screen should be erased: * ``0`` -- Erases from cursor to end of screen, including cursor position.