]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Oct 2002 06:29:03 +0000 (06:29 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Oct 2002 06:29:03 +0000 (06:29 +0000)
lisp/ChangeLog
lisp/info-look.el
lisp/progmodes/vhdl-mode.el

index 273f051b4c1b840ab27203079b4752bcb37117d0..abacf76e98f30e09b771a0637e1b910155c55f51 100644 (file)
@@ -1,3 +1,11 @@
+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.
index b76816d99aa073e2d6ccd3ccc634a02532bdfde3..f80fb00ea5748ebe7974db5a3ce97511e8ae6d2e 100644 (file)
@@ -368,7 +368,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 415dfb3d4e8eb187bd3f531432415242b4917038..f60ff83fd157775b3506ad0da772a5fa3e6ed64d 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)))