reference/readline/functions/readline-completion-function.xml
cef062f45e1ba5691158b591381a9a9efc1e346d
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>readline_completion_function</methodname>
13
-
<methodparam><type>callable</type><parameter>function</parameter></methodparam>
13
+
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
This function registers a completion function. This is the same kind of
...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>function</parameter></term>
26
+
<term><parameter>callback</parameter></term>
27
27
<listitem>
28
28
<para>
29
29
You must supply the name of an existing function which accepts a
...
...
@@ -42,7 +42,6 @@
42
42
</para>
43
43
</refsect1>
44
44
</refentry>
45
-

46
45
<!-- Keep this comment at the end of the file
47
46
Local variables:
48
47
mode: sgml
49
48