diff options
-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: |