Variable: verilog-toggle-completions
verilog-toggle-completions is a variable defined in
verilog-mode.el.gz.
This variable is obsolete since 26.1; use completion-cycle-threshold
instead.
Value
nil
Documentation
True means M-x verilog-complete-word (verilog-complete-word) should try all possible completions one by one.
Repeated use of M-x verilog-complete-word (verilog-complete-word) will show you all of them.
Normally, when there is more than one possible completion,
it displays a list of all possible completions.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defvar verilog-toggle-completions nil
"True means \\<verilog-mode-map>\\[verilog-complete-word] should try all possible completions one by one.
Repeated use of \\[verilog-complete-word] will show you all of them.
Normally, when there is more than one possible completion,
it displays a list of all possible completions.")