summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAl Haji-Ali <a.hajiali@hw.ac.uk>2026-04-22 11:52:06 +0100
committerAl Haji-Ali <a.hajiali@hw.ac.uk>2026-04-22 11:52:06 +0100
commitb666e8cc1fe21570dfd3b1877a59da3bcba456e8 (patch)
tree56bc4542e6e3d7541a2c54f3c0ce06a8a9ba4a93 /README.md
parent0b39330ef2bdbbc33057157e1ba6932c49801417 (diff)
Correct typos in READMEexternals/dmsg
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 76aa495..d4a7bd8 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ a custom `dmsg-mode` to interact with it.
(let ((state 'idle)
(count 10))
(dmsg "Status: %=S %=d" state count))
-;; [DBG] [2026-01-01 12:00:00.123] [eval] States: state=idle count=42
+;; DBG [2026-01-01 12:00:00.123] [eval] States: state=idle count=42
;; Switch to buffer
(display-buffer dmsg-buffer-name)
@@ -45,7 +45,7 @@ Levels in increasing severity: `debug` `info` `warn` `error`.
(fn-name ...) ;; unevaluated frame (hidden by mode)
```
-A new entry begins at each `[LVL]` line at column 0.
+A new entry begins at each `* LVL` line at column 0.