I see in 6 Textual Matters that "?" should be used in "predicates and boolean-valued functions" and "!" for "setters and field mutators".
But in racket/gui I see accept-drop-files without "?" and setter enable without "!".
Is this violation of the Style Guide or I don't understand something and these names are correct?