From acc5059f3f252eac24265692ecd54a9ae292efc7 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 16 Sep 2023 10:12:44 -0700 Subject: md -> org --- README.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 3f845ac..9892a4a 100644 --- a/README.org +++ b/README.org @@ -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: -- cgit v1.2.3