aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: