changeset 42942:048fa049ccba

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Jan 2002 05:06:14 +0000
parents b722504d0ba4
children a05ddff4cbab
files lisp/info-look.el lisp/progmodes/vhdl-mode.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info-look.el	Fri Jan 25 05:05:16 2002 +0000
+++ b/lisp/info-look.el	Fri Jan 25 05:06:14 2002 +0000
@@ -369,7 +369,7 @@
 		      (goto-char (match-beginning 0))
 		      (and (display-color-p) info-lookup-highlight-face
 			   ;; Search again for ITEM so that the first
-			   ;; occurence of ITEM will be highlighted.
+			   ;; occurrence of ITEM will be highlighted.
 			   (re-search-forward (regexp-quote item))
 			   (let ((start (match-beginning 0))
 				 (end (match-end 0)))
--- 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)))