+2002-10-16 Juanma Barranquero <lektu@terra.es>
+
+ * vc-hooks.el (vc-insert-file): Fix typo.
+
+ * replace.el (occur): Likewise.
+
+ * subr.el (remove, remq): Likewise.
+
2002-10-15 Dave Love <fx@gnu.org>
* man.el (Man-getpage-in-background): Set width in environment.
(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)))
(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)))