aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-26 20:22:53 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-26 20:22:53 +1000
commite98a604a2126b23468db50d64874b4d130cdbd4a (patch)
treebac46b4db461429d223be81bcc17a0bc337cb12c /common.h
parent3341fc888c9b008b6b83603406755610b83f2c94 (diff)
Minor edits, remove unneeded code, add a few commants, correct spelling, tweak the todo list, etc.
darcs-hash:20061026102253-ac50b-eb42fdab9a9211d68386a563134856a96b870d90.gz
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.h b/common.h
index f6cfcc0a..1f31d547 100644
--- a/common.h
+++ b/common.h
@@ -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;