aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-09-06 02:58:12 +0000
committerGlenn Morris2008-09-06 02:58:12 +0000
commit78578021133b94f2dc9d4355ea2df7b481ee4356 (patch)
tree4e8fd33e349b6b2636675a5f2c071800e80d8708
parentdabff07c9ea6912f41d273d73efd2b5cbada6c9f (diff)
downloademacs-78578021133b94f2dc9d4355ea2df7b481ee4356.tar.gz
emacs-78578021133b94f2dc9d4355ea2df7b481ee4356.zip
Fix typos.
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c9179643ffd..9b85c8f7708 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -21,7 +21,7 @@
21 returning wrong search results on Emacs 22.1. 21 returning wrong search results on Emacs 22.1.
22 (verilog-modi-cache-results, verilog-auto): Fix warning message 22 (verilog-modi-cache-results, verilog-auto): Fix warning message
23 about "toggling font-lock-mode." 23 about "toggling font-lock-mode."
24 (verilog-auto): Fix loosing font-lock on errors. 24 (verilog-auto): Fix losing font-lock on errors.
25 (verilog-auto-inst-param-value, verilog-mode-version) 25 (verilog-auto-inst-param-value, verilog-mode-version)
26 (verilog-mode-version-date, verilog-read-inst-param-value) 26 (verilog-mode-version-date, verilog-read-inst-param-value)
27 (verilog-auto-inst, verilog-auto-inst-param) 27 (verilog-auto-inst, verilog-auto-inst-param)
@@ -37,7 +37,7 @@
37 introduces a statement which requires an endproperty keyword, and 37 introduces a statement which requires an endproperty keyword, and
38 sometimes it doesn't, dependening on the work before the property 38 sometimes it doesn't, dependening on the work before the property
39 word. If property is prefixed with assert, assume or cover 39 word. If property is prefixed with assert, assume or cover
40 keyword, then the statement is ended with a ';' Otherwise, 40 keyword, then the statement is ended with a ';'. Otherwise,
41 property is like task or specify, and is followed by some number 41 property is like task or specify, and is followed by some number
42 of statements, which are ended with an endproperty keyword. 42 of statements, which are ended with an endproperty keyword.
43 (electric-verilog-tab): Support Emacs 22.2 style handling of tab 43 (electric-verilog-tab): Support Emacs 22.2 style handling of tab