ada-goto-matching-end

ada-goto-matching-end is a compiled Lisp function in `ada-mode.el'.

(ada-goto-matching-end &optional NEST-LEVEL NOERROR)

Move point to the end of a block.
Which block depends on the value of NEST-LEVEL, which defaults to zero.
If NOERROR is non-nil, it only returns nil if no matching start found.