From 57f2d235f0137b6074de75d6eefed13cf2637ad4 Mon Sep 17 00:00:00 2001 From: "Scott L. Burson" Date: Sun, 2 Jun 2024 14:35:23 -0700 Subject: [PATCH] Tweak README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c65cce7..f4c7d18 100644 --- a/README.md +++ b/README.md @@ -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