]> git.eshelyaron.com Git - emacs.git/commitdiff
(vhdl-save-caches): Fix typo in error message.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 8 Jan 2007 23:08:10 +0000 (23:08 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 8 Jan 2007 23:08:10 +0000 (23:08 +0000)
lisp/ChangeLog
lisp/progmodes/vhdl-mode.el

index 7ada1dde7c007788ea7c9e51d3f176a9fbd1e683..eb869e00f6df099d9150752cedeeec77a1cf45aa 100644 (file)
@@ -1,3 +1,13 @@
+2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * battery.el (battery-search-for-one-match-in-files):
+       * bindings.el (mode-line-minor-mode-help):
+       * x-dnd.el (x-dnd-types-alist):
+       * calendar/icalendar.el (icalendar-import-buffer):
+       * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
+
+       * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
+
 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
 
        * replace.el (replace-regexp): Fix typo in docstring.
index 3bf4227a82fd43200e606ad088a59d46fdd7a1ab..cc58a09ec590b2589b036b862464a5561fba7316 100644 (file)
@@ -13851,7 +13851,7 @@ entity ENT-KEY."
            (vhdl-save-cache (car project-list))
            (setq project-list (cdr project-list)))
          (message "Saving hierarchy caches...done")))
-    (error (progn (vhdl-warning "ERROR:  An error occured while saving the hierarchy caches")
+    (error (progn (vhdl-warning "ERROR:  An error occurred while saving the hierarchy caches")
                  (sit-for 2)))))
 
 (defun vhdl-save-cache (key)