diff options
author | colin <colin@cicadas.surf> | 2023-09-16 10:12:44 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-09-16 10:12:44 -0700 |
commit | acc5059f3f252eac24265692ecd54a9ae292efc7 (patch) | |
tree | 5b36f3ae2f901f3578cfe0a5dd0cd03782594292 | |
parent | ffdcc3c6154aa5a77314e240621ff10a3e6c26e3 (diff) |
-rw-r--r-- | README.org | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,15 +2,15 @@ Forget things about symbols. Handy during interactive development. -The `forget` function will forget function bindings, symbol bindings, +The ~forget~ function will forget function bindings, symbol bindings, and class bindings. It will also unintern a symbol from its home package. -The `forget` function can forget packages too, but you must pass -`:package? t` as an argument. +The ~forget~ function can forget packages too, but you must pass +~:package? t~ as an argument. -Any of the default options can be turned off by passing `nil` to the +Any of the default options can be turned off by passing ~nil~ to the appropriate option. E.g. if you wanted to forget everything but not -unintern the symbol, you'd pass `:intern? nil`. +unintern the symbol, you'd pass ~:intern? nil~. Example: |