Variable: vhdl-hideshow-menu

vhdl-hideshow-menu is a customizable variable defined in vhdl-mode.el.gz.

Value

nil

Documentation

Non-nil means add hideshow menu and functionality at startup.

Hideshow can also be enabled from the VHDL Mode menu. Hideshow allows hiding code of various VHDL constructs.

NOTE: Activate the new setting in a VHDL buffer by using the menu entry
      "Activate Options".

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-hideshow-menu nil
  "Non-nil means add hideshow menu and functionality at startup.
Hideshow can also be enabled from the VHDL Mode menu.
Hideshow allows hiding code of various VHDL constructs.

NOTE: Activate the new setting in a VHDL buffer by using the menu entry
      \"Activate Options\"."
  :type 'boolean
  :group 'vhdl-menu)