comparison lisp/progmodes/vhdl-mode.el @ 42205:7308bbc423d5

Doc fixes.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 20 Dec 2001 18:59:32 +0000
parents 7abca91f0853
children 3bd37559f5f7
comparison
equal deleted inserted replaced
42204:73e75f765479 42205:7308bbc423d5
562 (const :tag "Asynchronous" async)) 562 (const :tag "Asynchronous" async))
563 :group 'vhdl-sequential-process) 563 :group 'vhdl-sequential-process)
564 564
565 (defcustom vhdl-reset-active-high nil 565 (defcustom vhdl-reset-active-high nil
566 "*Non-nil means reset in sequential processes is active high. 566 "*Non-nil means reset in sequential processes is active high.
567 Nil means active low." 567 nil means active low."
568 :type 'boolean 568 :type 'boolean
569 :group 'vhdl-sequential-process) 569 :group 'vhdl-sequential-process)
570 570
571 (defcustom vhdl-clock-rising-edge t 571 (defcustom vhdl-clock-rising-edge t
572 "*Non-nil means rising edge of clock triggers sequential processes. 572 "*Non-nil means rising edge of clock triggers sequential processes.
573 Nil means falling edge." 573 nil means falling edge."
574 :type 'boolean 574 :type 'boolean
575 :group 'vhdl-sequential-process) 575 :group 'vhdl-sequential-process)
576 576
577 (defcustom vhdl-clock-edge-condition 'standard 577 (defcustom vhdl-clock-edge-condition 'standard
578 "*Syntax of the clock edge condition. 578 "*Syntax of the clock edge condition.