[xbuild] Fix bug #676671. Raise AnyEvent .
[mono.git] / mcs / mcs / README
index a120c244db8f8414dcd00c6146030448160126ce..f7023e675c73fd3b78fc1aad77453e1502227bcf 100644 (file)
@@ -3,13 +3,13 @@ Completion support
 
        Supported:
        
-               a.<TAB>
+               a.<TAB> to complete members of type `a'
+               a<TAB> for types and namespaces
                a.W<TAB>
                a<TAB> for local variables
 
        Unsupported:
        
-               a<TAB> for types and namespaces
                delegate { FOO.<TAB>
                using statement autocompletion