diff 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
line wrap: on
line diff
--- a/lisp/progmodes/vhdl-mode.el	Thu Dec 20 18:43:45 2001 +0000
+++ b/lisp/progmodes/vhdl-mode.el	Thu Dec 20 18:59:32 2001 +0000
@@ -564,13 +564,13 @@
 
 (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)