branch: elpa/macrostep
commit e5376126947837958983364b8615c7dea6953eda
Author: duianto <[email protected]>
Commit: duianto <[email protected]>
compmiler-macro changed to compiler-macro
---
macrostep.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/macrostep.el b/macrostep.el
index b301497..69f6873 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -786,7 +786,7 @@ the macro definition, as a function.
If `macrostep-expand-compiler-macros' is non-nil and FORM would
be compiled using a compiler macro, TYPE is the symbol
-`compmiler-macro' and DEFINITION is the function that implements
+`compiler-macro' and DEFINITION is the function that implements
the compiler macro.
If FORM is an invocation of an autoloaded macro, the behavior