aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-01-25 05:06:14 +0000
committerRichard M. Stallman <[email protected]>2002-01-25 05:06:14 +0000
commita5a08b1f3beddc9bb774a6e5ae51059951b2def0 (patch)
tree91cc5454b3f2818be1fca2952e12601252b921fd /lisp/progmodes
parent963f49a2b2bc07bd84969ee1b67892d6d4a3d991 (diff)
Comment change.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/vhdl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index e41c9bd58e..e328559549 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -8193,7 +8193,7 @@ but not if inside a comment or quote)."
(setq prompt (match-string 1))
(replace-match "")
(setq string (vhdl-template-field prompt nil t))
- ;; replace occurences of same prompt
+ ;; replace occurrences of same prompt
(while (re-search-forward (concat "<\\(" prompt "\\)>") end t)
(replace-match (or string "")))
(goto-char position)))