From b666e8cc1fe21570dfd3b1877a59da3bcba456e8 Mon Sep 17 00:00:00 2001 From: Al Haji-Ali Date: Wed, 22 Apr 2026 11:52:06 +0100 Subject: Correct typos in README --- README.md | 4 ++-- 1 file 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. -- cgit v1.0