summaryrefslogtreecommitdiff
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-11 15:46:23 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-11 15:52:37 +0100
commit6f48b46b03cd58a541684c57e42eb4679794f0fd (patch)
treef6ce4253af17cbe08c4521bfc60d52868c41d328 /ChangeLog.2
parent014176f283aae2e0abc5138150f89afb6deb3d33 (diff)
downloademacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.gz
; Fix typos
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.22
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 5a73d53b8bf..fc038033ec1 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -26343,7 +26343,7 @@
(verilog-type-font-keywords): Cycle delay operators like ##1 and
##[0:$] are now highlighted in their entirety similarly to the #
delay-control operator. Likewise, the followed-by operators #-#
- and #=# are no longer partially highlighed.
+ and #=# are no longer partially highlighted.
(verilog-backward-syntactic-ws-quick)
(verilog-skip-backward-comments): Minor performance improvements
to buffer traversal functions for reduced latency.