aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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