Skip to content

Commit 2c30a69

Browse files
committed
wording fixes for macro docs
1 parent 4563276 commit 2c30a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/macros.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,7 +2369,7 @@ We have taken into account that:
23692369

23702370
[The dialect examples](dialects.md) use this ordering.
23712371

2372-
For simplicity, **the block macros make no attempt to prevent invalid combos**, unless there is a specific technical reason to do that for some particular combination. Be careful; e.g. don't nest several `with tco` blocks (lexically), that won't work.
2372+
For simplicity, **the block macros make no attempt to prevent invalid combos**, unless there is a specific technical reason to do that for some particular combination. Be careful; e.g. do not nest several `with tco` blocks (lexically), that will not work.
23732373

23742374
As an example of a specific technical reason, the `tco` macro skips already expanded `with continuations` blocks lexically contained within the `with tco`. This allows the [Lispython dialect](dialects/lispython.md) to support `continuations`.
23752375

@@ -2470,7 +2470,7 @@ Tested with `anaconda-mode`.
24702470

24712471
#### How to use (for Emacs beginners)
24722472

2473-
If you use the [Spacemacs](http://spacemacs.org/) kit, the right place to insert the snippet is into the function `dotspacemacs/user-config`. Here's [my spacemacs.d](https://github.com/Technologicat/spacemacs.d/) for reference; the snippet is in `prettify-symbols-config.el`, and it's invoked from `dotspacemacs/user-config` in `init.el`.
2473+
If you use the [Spacemacs](http://spacemacs.org/) kit, the right place to insert the snippet is into the function `dotspacemacs/user-config`. Here's [my spacemacs.d](https://github.com/Technologicat/spacemacs.d/) for reference; the snippet is in `prettify-symbols-config.el`, and it is invoked from `dotspacemacs/user-config` in `init.el`.
24742474

24752475
In a basic Emacs setup, the snippet goes into the `~/.emacs` startup file, or if you have an `.emacs.d/` directory, then into `~/.emacs.d/init.el`.
24762476

0 commit comments

Comments
 (0)