Skip to content

Commit fa726ce

Browse files
committed
Add a missing the
1 parent 5371266 commit fa726ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/miscellaneous_features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ In many ways the CIDER scratchpad is similar to Emacs's own `*scratch*` buffer.
3535
## Macroexpansion
3636

3737
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`):
4141

4242
Keyboard shortcut | Description
4343
--------------------------------|-------------------------------

0 commit comments

Comments
 (0)