@anip The two functions are mentioned are the ones usually bound to C-v & M-v (page down/up respectively). However, as their documentation shows you can add an argument: the actual number of lines to scroll. In the case of "one line" there's actually something more fitting: the functions scroll-up-line & scroll-down-line which don't require an argument as their default is to scroll by a single line only.