From: Richard M. Stallman Date: Fri, 25 Jan 2002 05:06:14 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~16989 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/a5a08b1f3beddc9bb774a6e5ae51059951b2def0 Comment change. --- 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)))