CVS difference for ais/ai-20302.txt
--- ais/ai-20302.txt 2006/03/07 01:30:51 1.27
+++ ais/ai-20302.txt 2006/04/20 05:32:01 1.28
@@ -1,4 +1,4 @@
-!standard A.18 (00) 05-12-02 AI95-00302-03/17
+!standard A.18 (00) 06-03-29 AI95-00302-03/18
!standard A.18.1 (00)
!standard A.18.2 (00)
!standard A.18.3 (00)
@@ -879,7 +879,7 @@
function To_Index (Position : Cursor) return Extended_Index;
If Position is No_Element, No_Index is returned. Otherwise, the
-index (within its containing vector) of the element designated by Cursor is
+index (within its containing vector) of the element designated by Position is
returned.
AARM Note: This implies that the index is determinable from a bare cursor
@@ -1311,8 +1311,8 @@
If Position is not No_Element, and does not designate an element in Container,
then Program_Error is propagated. Otherwise Find searches the elements of
Container for an element equal to Item (using the generic formal
-equality operator). The search starts at the first element if Cursor equals
-No_Element, and at the element designated by Cursor otherwise. It proceeds
+equality operator). The search starts at the first element if Position equals
+No_Element, and at the element designated by Position otherwise. It proceeds
towards the last element of Container. If no equal element is found, then
Find returns No_Element. Otherwise, it returns a cursor designating the first
equal element encountered.
@@ -1337,8 +1337,8 @@
If Position is not No_Element, and does not designate an element in Container,
then Program_Error is propagated. Otherwise Reverse_Find searches the elements
of Container for an element equal to Item (using the generic formal
-equality operator). The search starts at the last element if Cursor equals
-No_Element, and at the element designated by Cursor otherwise. It proceeds
+equality operator). The search starts at the last element if Position equals
+No_Element, and at the element designated by Position otherwise. It proceeds
towards the first element of Container. If no equal element is found, then
Reverse_Find returns No_Element. Otherwise, it returns a cursor designating
the first equal element encountered.
@@ -7139,7 +7139,7 @@
@xcode<@b<function> To_Index (Position : Cursor) @b<return> Extended_Index;>
@xindent<If Position is No_Element, No_Index is returned. Otherwise, the
-index (within its containing vector) of the element designated by Cursor is
+index (within its containing vector) of the element designated by Position is
returned.>
@xcode<@b<function> Element (Container : Vector;
@@ -7497,8 +7497,8 @@
@xindent<If Position is not No_Element, and does not designate an element in Container,
then Program_Error is propagated. Otherwise Find searches the elements of
Container for an element equal to Item (using the generic formal
-equality operator). The search starts at the first element if Cursor equals
-No_Element, and at the element designated by Cursor otherwise. It proceeds
+equality operator). The search starts at the first element if Position equals
+No_Element, and at the element designated by Position otherwise. It proceeds
towards the last element of Container. If no equal element is found, then
Find returns No_Element. Otherwise, it returns a cursor designating the first
equal element encountered.>
@@ -7523,8 +7523,8 @@
@xindent<If Position is not No_Element, and does not designate an element in Container,
then Program_Error is propagated. Otherwise Reverse_Find searches the elements
of Container for an element equal to Item (using the generic formal
-equality operator). The search starts at the last element if Cursor equals
-No_Element, and at the element designated by Cursor otherwise. It proceeds
+equality operator). The search starts at the last element if Position equals
+No_Element, and at the element designated by Position otherwise. It proceeds
towards the first element of Container. If no equal element is found, then
Reverse_Find returns No_Element. Otherwise, it returns a cursor designating
the first equal element encountered.>
Questions? Ask the ACAA Technical Agent