diff options
Diffstat (limited to 'doc/ref/repl-modules.texi')
-rw-r--r-- | doc/ref/repl-modules.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ref/repl-modules.texi b/doc/ref/repl-modules.texi index 21f6520e6..78c7eee1e 100644 --- a/doc/ref/repl-modules.texi +++ b/doc/ref/repl-modules.texi @@ -97,13 +97,14 @@ debugging options (@pxref{Runtime Options}). @findex readline-disable @findex readline-set! Here is the list of readline options generated by typing -@code{(readline-options 'full)} in Guile. You can also see the +@code{(readline-options 'help)} in Guile. You can also see the default values. @smalllisp -bounce-parens 500 Time (ms) to show matching opening parenthesis (0 = off). -history-length 200 History length. -history-file yes Use history file. +history-file yes Use history file. +history-length 200 History length. +bounce-parens 500 Time (ms) to show matching opening parenthesis + (0 = off). @end smalllisp The history length specifies how many input lines will be remembered. |