Updating the `*cvs*' buffer
===========================

   The following commands can be used from within the `*cvs*' buffer to
update the display:

`g'
     This will run the previous `cvs update' or `cvs status' used to
     enter the `*cvs*' buffer again.  It will always use the same
     buffer that was used previously and will use the same flags.  Use a
     prefix argument to set the flags differently for the new `cvs
     update' or `cvs status'.  This runs the command `cvs-mode-redo'.

`G'
     This will run `cvs update' and prompt for a new directory to
     update.  This runs the command `cvs-update'.

`Q'
     This will run `cvs -n update' and prompt for a new directory to
     examine.  This runs the command `cvs-examine'.

`S'
     This will run `cvs status' and prompt for a new directory to
     status.  This runs the command `cvs-status'.