diff options
| author | Al Haji-Ali <a.hajiali@hw.ac.uk> | 2026-04-22 11:52:06 +0100 |
|---|---|---|
| committer | Al Haji-Ali <a.hajiali@hw.ac.uk> | 2026-04-22 11:52:06 +0100 |
| commit | b666e8cc1fe21570dfd3b1877a59da3bcba456e8 (patch) | |
| tree | 56bc4542e6e3d7541a2c54f3c0ce06a8a9ba4a93 | |
| parent | 0b39330ef2bdbbc33057157e1ba6932c49801417 (diff) | |
Correct typos in READMEexternals/dmsg
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
