Skip to content

Commit

Permalink
Tweak README.
Browse files Browse the repository at this point in the history
  • Loading branch information
slburson committed Jun 2, 2024
1 parent 5718640 commit 57f2d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ Macro `isetq` &rest _var-val-pairs_:
Some implementations, notably SBCL, issue a warning if you use `setq` to set a
new global variable in the REPL. (I guess they want you to use `defvar` first.)
`isetq` prevents this warning, using the same trick `deflex` uses to declare a
global lexical. `isetq` is *_not recommended for use in programs_*.
global lexical. `isetq` is ***not recommended for use in programs***.

## 7. "Reversed" function binding forms

Expand Down

0 comments on commit 57f2d23

Please sign in to comment.