From e985c49e64ab820b1386541646e9d59ad600106d Mon Sep 17 00:00:00 2001 From: ayumin Date: Mon, 16 Jul 2012 13:08:04 +0000 Subject: * ext/readline/readline.c: fixed docs. [Bug #6740][ruby-core:46501] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/readline/readline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/readline') diff --git a/ext/readline/readline.c b/ext/readline/readline.c index 622ea8c615..5b984a77f8 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -1078,7 +1078,7 @@ readline_s_get_completion_append_character(VALUE self) * * Sets the basic list of characters that signal a break between words * for the completer routine. The default is the characters which - * break words for completion in Bash: "\t\n\"\\'`@$><=;|&{(". + * break words for completion in Bash: " \t\n\"\\'`@$><=;|&{(". * * Raises NotImplementedError if the using readline library does not support. * -- cgit v1.2.1