pascal-type-keywords

pascal-type-keywords is a variable defined in `pascal.el'.
Its value is

("array" "file" "packed" "char" "integer" "real" "string" "record")


Documentation:
Keywords for types used when completing a word in a declaration or parmlist.
These include integer, real, char, etc.
The types defined within the Pascal program
are handled in another way, and should not be added to this list.

You can customize this variable.