aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPaul Eggert2013-11-04 23:44:14 -0800
committerPaul Eggert2013-11-04 23:44:14 -0800
commita67c4ae05909874c97f86b11dcb8ddc88b3e960c (patch)
tree24080844d67cc6e7ba3fa0f043f56612fa679edf /lisp/progmodes
parentdf5b49306e8e82e2f18ed3243700c11ca7835750 (diff)
downloademacs-a67c4ae05909874c97f86b11dcb8ddc88b3e960c.tar.gz
emacs-a67c4ae05909874c97f86b11dcb8ddc88b3e960c.zip
Spelling fixes.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/verilog-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index 7044943d5cb..e67639b671b 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -5460,7 +5460,7 @@ Return a list of two elements: (INDENT-TYPE INDENT-LEVEL)."
5460 (catch 'continue 5460 (catch 'continue
5461 (cond 5461 (cond
5462 ((equal (char-after) ?\{) 5462 ((equal (char-after) ?\{)
5463 ;; block type returned based on outer contraint { or inner 5463 ;; block type returned based on outer constraint { or inner
5464 (if (verilog-at-constraint-p) 5464 (if (verilog-at-constraint-p)
5465 (cond (inconstraint (throw 'nesting 'constraint)) 5465 (cond (inconstraint (throw 'nesting 'constraint))
5466 (t (throw 'nesting 'statement))))) 5466 (t (throw 'nesting 'statement)))))
@@ -11101,7 +11101,7 @@ Templates:
11101 it is a good idea to do this for all connections in a template, 11101 it is a good idea to do this for all connections in a template,
11102 as then they will work for any width signal, and with AUTOWIRE. 11102 as then they will work for any width signal, and with AUTOWIRE.
11103 See PTL_BUS becoming PTL_BUSNEW below. 11103 See PTL_BUS becoming PTL_BUSNEW below.
11104 11104
11105 Inside a template, a [] in a connection name (with nothing else inside 11105 Inside a template, a [] in a connection name (with nothing else inside
11106 the brackets) will be replaced by the same bus subscript as it is being 11106 the brackets) will be replaced by the same bus subscript as it is being
11107 connected to, or the [] will be removed if it is a single bit signal. 11107 connected to, or the [] will be removed if it is a single bit signal.