Minor edits, remove unneeded code, add a few commants, correct spelling, tweak the todo list, etc.

darcs-hash:20061026102253-ac50b-eb42fdab9a9211d68386a563134856a96b870d90.gz
This commit is contained in:
axel
2006-10-26 20:22:53 +10:00
parent 3341fc888c
commit e98a604a21
10 changed files with 30 additions and 15 deletions

View File

@@ -52,7 +52,8 @@ extern struct termios shell_modes;
extern wchar_t ellipsis_char;
/**
The verbosity of fish
The verbosity level of fish. If a call to debug has a severity
level higher than \c debug_level, it will not be printed.
*/
extern int debug_level;