Minor comment and documentation edits

darcs-hash:20061001155918-ac50b-8b5b4f5dbd8334bac1c0dc77fa18c8f3cfb4a878.gz
This commit is contained in:
axel
2006-10-02 01:59:18 +10:00
parent 67c820cee8
commit 2839f5e567
8 changed files with 28 additions and 19 deletions

View File

@@ -135,7 +135,7 @@ commence.
typedef struct reader_data
{
/**
Buffer containing the current commandline
Buffer containing the whole current commandline
*/
wchar_t *buff;
@@ -153,6 +153,7 @@ typedef struct reader_data
Buffer containing the current search item
*/
wchar_t *search_buff;
/**
Saved position used by token history search
*/