ruby-changes:24357
From: ayumin <ko1@a...>
Date: Mon, 16 Jul 2012 22:08:16 +0900 (JST)
Subject: [ruby-changes:24357] ayumin:r36408 (trunk): * ext/readline/readline.c: fixed docs. [Bug #6740]
ayumin 2012-07-16 22:08:04 +0900 (Mon, 16 Jul 2012) New Revision: 36408 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36408 Log: * ext/readline/readline.c: fixed docs. [Bug #6740][ruby-core:46501] Modified files: trunk/ChangeLog trunk/ext/readline/readline.c Index: ChangeLog =================================================================== --- ChangeLog (revision 36407) +++ ChangeLog (revision 36408) @@ -1,3 +1,8 @@ +Mon Jul 16 22:01:00 2012 Ayumu AIZAWA <ayumu.aizawa@g...> + + * ext/readline/readline.c: fixed docs. [Bug #6740][ruby-core:46501] + patched by Nobuhiro IMAI. + Mon Jul 16 19:24:01 2012 Tanaka Akira <akr@f...> * bignum.c (rb_integer_float_eq): new function. Index: ext/readline/readline.c =================================================================== --- ext/readline/readline.c (revision 36407) +++ ext/readline/readline.c (revision 36408) @@ -1078,7 +1078,7 @@ * * 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. * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/