Kevin Rodgers wrote: > Matthew Flaschen wrote: >> Matthew Flaschen wrote: >>> (defun power-bottom () >>> "Scrolls up a screen if possible, or goes to the top of the buffer" >> Doc here should be: >> >> "Scrolls down a screen if possible, or goes to the bottom of the buffer. > > Or to use Emacs terminology: > > "Scroll text of current window upward, or move point near end of buffer. > > The window text is scrolled unless the end of the buffer is visible; > otherwise point is moved to beginning of the last line of the buffer." > Thanks, I've adapted this for the other function too. Matt Flaschen