vrana           Wed Nov  3 03:21:52 2004 EDT

  Modified files:              
    /phpdoc/en/reference/readline/functions     
                                                readline-completion-function.xml 
  Log:
  Fix proto (part of bug #30669)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/readline/functions/readline-completion-function.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/readline/functions/readline-completion-function.xml
diff -u phpdoc/en/reference/readline/functions/readline-completion-function.xml:1.3 
phpdoc/en/reference/readline/functions/readline-completion-function.xml:1.4
--- phpdoc/en/reference/readline/functions/readline-completion-function.xml:1.3 Wed 
Aug 18 10:15:20 2004
+++ phpdoc/en/reference/readline/functions/readline-completion-function.xml     Wed 
Nov  3 03:21:46 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/readline.xml, last change in rev 1.1 -->
   <refentry id="function.readline-completion-function">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>readline_completion_function</methodname>
-      <methodparam 
choice="opt"><type>string</type><parameter>line</parameter></methodparam>
+      <methodparam 
choice="opt"><type>callback</type><parameter>line</parameter></methodparam>
      </methodsynopsis>
     <para>
      This function registers a completion function.  You must supply

Reply via email to