From: Glenn Morris Date: Sat, 6 Sep 2008 02:58:12 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-23.0.90~3012 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78578021133b94f2dc9d4355ea2df7b481ee4356;p=emacs.git Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c9179643ffd..9b85c8f7708 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -21,7 +21,7 @@ returning wrong search results on Emacs 22.1. (verilog-modi-cache-results, verilog-auto): Fix warning message about "toggling font-lock-mode." - (verilog-auto): Fix loosing font-lock on errors. + (verilog-auto): Fix losing font-lock on errors. (verilog-auto-inst-param-value, verilog-mode-version) (verilog-mode-version-date, verilog-read-inst-param-value) (verilog-auto-inst, verilog-auto-inst-param) @@ -37,7 +37,7 @@ introduces a statement which requires an endproperty keyword, and sometimes it doesn't, dependening on the work before the property word. If property is prefixed with assert, assume or cover - keyword, then the statement is ended with a ';' Otherwise, + keyword, then the statement is ended with a ';'. Otherwise, property is like task or specify, and is followed by some number of statements, which are ended with an endproperty keyword. (electric-verilog-tab): Support Emacs 22.2 style handling of tab