comparison lisp/progmodes/vhdl-mode.el @ 73884:b021069be899

(vhdl-reset-active-high, vhdl-clock-rising-edge): Doc fix (Nil -> nil).
author Glenn Morris <rgm@gnu.org>
date Fri, 10 Nov 2006 09:12:49 +0000
parents e48fbb6d599c
children 5b49e4f4dab8
comparison
equal deleted inserted replaced
73883:cab428f658e5 73884:b021069be899
1021 (const :tag "Asynchronous" async)) 1021 (const :tag "Asynchronous" async))
1022 :group 'vhdl-sequential-process) 1022 :group 'vhdl-sequential-process)
1023 1023
1024 (defcustom vhdl-reset-active-high nil 1024 (defcustom vhdl-reset-active-high nil
1025 "*Non-nil means reset in sequential processes is active high. 1025 "*Non-nil means reset in sequential processes is active high.
1026 Nil means active low." 1026 nil means active low."
1027 :type 'boolean 1027 :type 'boolean
1028 :group 'vhdl-sequential-process) 1028 :group 'vhdl-sequential-process)
1029 1029
1030 (defcustom vhdl-clock-rising-edge t 1030 (defcustom vhdl-clock-rising-edge t
1031 "*Non-nil means rising edge of clock triggers sequential processes. 1031 "*Non-nil means rising edge of clock triggers sequential processes.
1032 Nil means falling edge." 1032 nil means falling edge."
1033 :type 'boolean 1033 :type 'boolean
1034 :group 'vhdl-sequential-process) 1034 :group 'vhdl-sequential-process)
1035 1035
1036 (defcustom vhdl-clock-edge-condition 'standard 1036 (defcustom vhdl-clock-edge-condition 'standard
1037 "*Syntax of the clock edge condition. 1037 "*Syntax of the clock edge condition.