summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Macros.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Macros.md b/Macros.md
index 577dec334..78290bbf6 100644
--- a/Macros.md
+++ b/Macros.md
@@ -173,7 +173,7 @@ Add the following keys to your keymap:
- `DYN_REC_START2` — start recording the macro 2,
- `DYN_MACRO_PLAY1` — replay the macro 1,
- `DYN_MACRO_PLAY2` — replay the macro 2,
-- `DYN_MACRO_STOP` — finish the currently recorded macro.
+- `DYN_REC_STOP` — finish the macro that is currently being recorded.
Add the following code to the very beginning of your `process_record_user()` function: