man/ripl.1.html in ripl-0.3.0 vs man/ripl.1.html in ripl-0.3.1

- old
+ new

@@ -115,10 +115,10 @@ <dt><code>:completion</code></dt><dd><p>A hash that configures completion via Bond.start. See bond for more details.</p></dd> <dt><code>:history</code></dt><dd><p>A file used to store input history. Default is '~/.irb_history'.</p></dd> <dt class="flush"><code>:irbrc</code></dt><dd><p>A ruby file to load at startup or false to not load anything. Default is '~/.irbrc'.</p></dd> <dt class="flush"><code>:name</code></dt><dd><p>Name of the shell. Default is 'ripl'.</p></dd> <dt class="flush"><code>:prompt</code></dt><dd><p>A string or lambda to generate string that prompts user for input. Default is '>> '.</p></dd> -<dt><code>:readline</code></dt><dd><p>A boolean to enable Readline. Default is true.</p></dd> +<dt><code>:readline</code></dt><dd><p>A boolean or string to enable Readline. Default is true. If a string, requires the readline-like library.</p></dd> <dt><code>:result_prompt</code></dt><dd><p>A string that prefixes the result of an eval. Default is '=> '.</p></dd> </dl> <p>Plugins can optionally provide their own config key(s) for use here. It is strongly recommended that