Comment change.

This commit is contained in:
Richard M. Stallman 2002-01-25 05:06:14 +00:00
parent 963f49a2b2
commit a5a08b1f3b
2 changed files with 2 additions and 2 deletions

View 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)))

View 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)))