Editing files
=============
There are currently three commands that can be used to find a file
(that is, load it into a buffer and start editing it there). These
commands work on the line that the cursor is situated at. They always
ignore any marked files.
`f'
Find the file that the cursor points to. Run `dired' (*note
Dired: (Emacs)Dired.) if the cursor points to a directory
(`cvs-mode-find-file').
`o'
Like `f', but use another window
(`cvs-mode-find-file-other-window').
`A'
Invoke `add-change-log-entry-other-window' to edit a `ChangeLog'
file. The `ChangeLog' will be found in the directory or a parent
of the directory of the file the cursor points to.
(`cvs-mode-add-change-log-entry-other-window').