]> code.delx.au - gnu-emacs/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Jan 2002 05:06:14 +0000 (05:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Jan 2002 05:06:14 +0000 (05:06 +0000)
lisp/info-look.el
lisp/progmodes/vhdl-mode.el

index e7aedf47f59e19e337c79cfc7adf58f6d25c40fa..ec5e779d36a5f8036689c7f2439909fb43a86726 100644 (file)
@@ -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)))
index e41c9bd58efe27a06f18b6d8b625b2e936673768..e328559549178191d101ef8406651bd8d6ced632 100644 (file)
@@ -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)))