summaryrefslogtreecommitdiff
path: root/lib/readline/doc/rltech.texi
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-12-02 16:14:59 -0500
committerChet Ramey <chet.ramey@case.edu>2014-12-02 16:14:59 -0500
commit0a233f3ec4a909128fcb2ef008b36c2898c0b9df (patch)
tree96ff1797debe3500bd7a13d4f535b051c49778c2 /lib/readline/doc/rltech.texi
parentde2574ae4bd8f791e0115b92535b9900c77efc22 (diff)
downloadbash-0a233f3ec4a909128fcb2ef008b36c2898c0b9df.tar.gz
commit bash-20141121 snapshot
Diffstat (limited to 'lib/readline/doc/rltech.texi')
-rw-r--r--lib/readline/doc/rltech.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/readline/doc/rltech.texi b/lib/readline/doc/rltech.texi
index 05f6df73..cfbca3f6 100644
--- a/lib/readline/doc/rltech.texi
+++ b/lib/readline/doc/rltech.texi
@@ -1328,7 +1328,7 @@ the terminal settings are modified for Readline's use again.
@deftypefun void rl_callback_handler_remove (void)
Restore the terminal to its initial state and remove the line handler.
-This may be called from within a callback as well as independently.
+You may call this function from within a callback as well as independently.
If the @var{lhandler} installed by @code{rl_callback_handler_install}
does not exit the program, either this function or the function referred
to by the value of @code{rl_deprep_term_function} should be called before
@@ -1942,8 +1942,8 @@ where @var{matches} is the array of matching strings,
@var{num_matches} is the number of strings in that array, and
@var{max_length} is the length of the longest string in that array.
Readline provides a convenience function, @code{rl_display_match_list},
-that takes care of doing the display to Readline's output stream. That
-function may be called from this hook.
+that takes care of doing the display to Readline's output stream.
+You may call that function from this hook.
@end deftypevar
@deftypevar {const char *} rl_basic_word_break_characters