diff lisp/progmodes/vhdl-mode.el @ 42942:048fa049ccba

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Jan 2002 05:06:14 +0000
parents 7662f312caf2
children 93c6c36e6a0d
line wrap: on
line diff
--- a/lisp/progmodes/vhdl-mode.el	Fri Jan 25 05:05:16 2002 +0000
+++ b/lisp/progmodes/vhdl-mode.el	Fri Jan 25 05:06:14 2002 +0000
@@ -8193,7 +8193,7 @@
 	   (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)))