aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/vhdl-mode.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2006-11-10 09:12:49 +0000
committerGlenn Morris <[email protected]>2006-11-10 09:12:49 +0000
commit227ae83dede818cac967b68c3afff353f9d12ca4 (patch)
tree6a2583f0f7541d447b5e17b81fda0584645c341e /lisp/progmodes/vhdl-mode.el
parent958cdec20fa9f775d9b57f10995eb2b458d673bc (diff)
(vhdl-reset-active-high, vhdl-clock-rising-edge): Doc fix (Nil -> nil).
Diffstat (limited to 'lisp/progmodes/vhdl-mode.el')
-rw-r--r--lisp/progmodes/vhdl-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index cf887394e6..b8399bfafb 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)