summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2006-11-11 04:02:58 +0000
committerGlenn Morris <rgm@gnu.org>2006-11-11 04:02:58 +0000
commitf953110baa2da92ee3fb691888b640de77555557 (patch)
tree1688b5f9ccb4a20f4d52861c071f95765a1648ec /lisp
parent4a47816c05218729f40c9c14c04f81fb5d313e85 (diff)
downloademacs-f953110baa2da92ee3fb691888b640de77555557.tar.gz
(vhdl-reset-active-high, vhdl-clock-rising-edge): Improve previous doc
fixes.
Diffstat (limited to 'lisp')
-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 b8399bfafb0..60c3e1c3144 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."
+Otherwise, reset is 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."
+Otherwise, falling edge triggers."
:type 'boolean
:group 'vhdl-sequential-process)