mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
readline.c: improve docs
* ext/readline/readline.c: [DOC] fix typo in docs for Readline.completion_quote_character; enable link to method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
580a210350
commit
08d01949bf
1 changed files with 2 additions and 2 deletions
|
@ -1314,12 +1314,12 @@ readline_s_get_completion_append_character(VALUE self)
|
|||
* Readline.completion_quote_character -> char
|
||||
*
|
||||
* When called during a completion (e.g. from within your completion_proc),
|
||||
* it will return a string containing the chracter used to quote the
|
||||
* it will return a string containing the character used to quote the
|
||||
* argument being completed, or nil if the argument is unquoted.
|
||||
*
|
||||
* When called at other times, it will always return nil.
|
||||
*
|
||||
* Note that ``Readline.completer_quote_characters`` must be set,
|
||||
* Note that Readline.completer_quote_characters must be set,
|
||||
* or this method will always return nil.
|
||||
*/
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Reference in a new issue