aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-09-16 10:12:44 -0700
committercolin <colin@cicadas.surf>2023-09-16 10:12:44 -0700
commitacc5059f3f252eac24265692ecd54a9ae292efc7 (patch)
tree5b36f3ae2f901f3578cfe0a5dd0cd03782594292
parentffdcc3c6154aa5a77314e240621ff10a3e6c26e3 (diff)
md -> orgHEADmain
-rw-r--r--README.org10
1 files 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: