From ccc6cda312fea9f0468ee65b8f368e9653e1380b Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 23 Dec 1996 17:02:34 +0000 Subject: Imported from ../bash-2.0.tar.gz. --- lib/readline/examples/fileman.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/readline/examples/fileman.c') diff --git a/lib/readline/examples/fileman.c b/lib/readline/examples/fileman.c index 3ecb9f1..8709120 100644 --- a/lib/readline/examples/fileman.c +++ b/lib/readline/examples/fileman.c @@ -194,10 +194,11 @@ initialize_readline () rl_attempted_completion_function = (CPPFunction *)fileman_completion; } -/* Attempt to complete on the contents of TEXT. START and END show the - region of TEXT that contains the word to complete. We can use the - entire line in case we want to do some simple parsing. Return the - array of matches, or NULL if there aren't any. */ +/* Attempt to complete on the contents of TEXT. START and END bound the + region of rl_line_buffer that contains the word to complete. TEXT is + the word to complete. We can use the entire contents of rl_line_buffer + in case we want to do some simple parsing. Return the array of matches, + or NULL if there aren't any. */ char ** fileman_completion (text, start, end) char *text; -- cgit v1.2.3