aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/builtin.h b/builtin.h
index 2f98c741..9629c7ad 100644
--- a/builtin.h
+++ b/builtin.h
@@ -164,12 +164,10 @@ const wchar_t *builtin_complete_get_temporary_buffer();
/**
- Return the help text for the specified builtin command. Use
- non-wide characters since wide characters have some issues with
- string formating escape sequences sometimes.
+ Return the help text for the specified builtin command.
\param cmd The command for which to obtain help text
*/
-char *builtin_help_get( const wchar_t *cmd );
+wchar_t *builtin_help_get( const wchar_t *cmd );
#endif