aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 22:08:34 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 22:08:34 -0800
commit8a46931e3426b724f8502cb77f4a6787e5294c40 (patch)
treec0bad1176e0b45f7a3b86ad26d85c7cd121069ff /complete.h
parenta9313fc0c31884f07ae4d3e7d24dc03557ba2e13 (diff)
Remove string_buffer_t (!)
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/complete.h b/complete.h
index 0a78b77d..0e2fa2b5 100644
--- a/complete.h
+++ b/complete.h
@@ -227,9 +227,9 @@ void complete_remove( const wchar_t *cmd,
void complete( const wcstring &cmd, std::vector<completion_t> &comp, complete_type_t type, wcstring_list_t *to_load = NULL );
/**
- Print a list of all current completions into the string_buffer_t.
+ Print a list of all current completions into the string.
- \param out The string_buffer_t to write completions to
+ \param out The string to write completions to
*/
void complete_print( wcstring &out );