aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
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
parent963f49a2b2bc07bd84969ee1b67892d6d4a3d991 (diff)
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info-look.el2
-rw-r--r--lisp/progmodes/vhdl-mode.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index e7aedf47f5..ec5e779d36 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -369,7 +369,7 @@ If optional argument QUERY is non-nil, query for the help mode."
(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)))
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)))