mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-16 14:29:21 +03:00
add missing comments
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3697 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
727c244ab6
commit
ef45a2528c
@ -1,5 +1,6 @@
|
||||
CVS code -
|
||||
- General:
|
||||
- Miscellaneous comment fixes. (DLR)
|
||||
- Fix option descriptions. At least one of the two parts of
|
||||
+LINE,COLUMN must be specified at all times; COLUMN is not the
|
||||
only optional value. Also fix a wording problem in
|
||||
|
@ -912,11 +912,13 @@ void do_fileresearch(void)
|
||||
filesearch_abort();
|
||||
}
|
||||
|
||||
/* Select the first file in the list. */
|
||||
void do_first_file(void)
|
||||
{
|
||||
selected = 0;
|
||||
}
|
||||
|
||||
/* Select the last file in the list. */
|
||||
void do_last_file(void)
|
||||
{
|
||||
selected = filelist_len - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user