verilog-tf-keywords
verilog-tf-keywords is a variable defined in `verilog-mode.el
'.
Its value is ("begin" "break" "fork" "join" "join_any" "join_none" "case" "end" "endtask" "endfunction" "if" "else" "for" "while" "repeat")Documentation: Keywords to complete when at first word of a line in a task or function. (begin, if, then, else, for, fork.) The procedures and variables defined within the Verilog program will be completed at runtime and should not be added to this list.