File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ In many ways the CIDER scratchpad is similar to Emacs's own `*scratch*` buffer.
35
35
## Macroexpansion
36
36
37
37
Pressing <kbd >C-c C-m</kbd > after some form in a source buffer or the REPL will
38
- result in a new buffer, showing the macroexpansion of form in question. You'll
39
- have access to additional keybindings in the macroexpansion buffer (which is
40
- internally using ` cider-macroexpansion-mode ` ):
38
+ result in a new buffer, showing the macroexpansion of the form in
39
+ question. You'll have access to additional keybindings in the macroexpansion
40
+ buffer (which is internally using ` cider-macroexpansion-mode ` ):
41
41
42
42
Keyboard shortcut | Description
43
43
--------------------------------|-------------------------------
You can’t perform that action at this time.
0 commit comments