From: Glenn Morris Date: Fri, 10 Nov 2006 09:12:49 +0000 (+0000) Subject: (vhdl-reset-active-high, vhdl-clock-rising-edge): Doc fix (Nil -> nil). X-Git-Tag: emacs-pretest-22.0.91~167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=227ae83dede818cac967b68c3afff353f9d12ca4;p=emacs.git (vhdl-reset-active-high, vhdl-clock-rising-edge): Doc fix (Nil -> nil). --- diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index cf887394e6b..b8399bfafb0 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -1023,13 +1023,13 @@ NOTE: Activate the new setting in a VHDL buffer by using the menu entry (defcustom vhdl-reset-active-high nil "*Non-nil means reset in sequential processes is active high. -Nil means active low." +nil means active low." :type 'boolean :group 'vhdl-sequential-process) (defcustom vhdl-clock-rising-edge t "*Non-nil means rising edge of clock triggers sequential processes. -Nil means falling edge." +nil means falling edge." :type 'boolean :group 'vhdl-sequential-process)