diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-05-12 19:33:26 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-05-12 19:33:26 -0700 |
commit | a018667b2a6754b24594857db1f8640d8db7eab0 (patch) | |
tree | d06069ece6f99c3cf0da5708a7123865a7b27b86 | |
parent | 9f0f3544342ed8becc97e4ea8b63d9eb792f5211 (diff) | |
download | txr-a018667b2a6754b24594857db1f8640d8db7eab0.tar.gz txr-a018667b2a6754b24594857db1f8640d8db7eab0.tar.bz2 txr-a018667b2a6754b24594857db1f8640d8db7eab0.zip |
doc: missing verb under makunbound.
* txr.1: Add missing "removes" verb to first sentence of
description of makunbound.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19520,7 +19520,7 @@ function doesn't exist in ANSI Common Lisp. .desc The function .code makunbound -the binding of +removes the binding of .meta symbol from either the dynamic environment or the global symbol macro environment. After the call to |