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 | d4e7b8644f1824b268cb738d11cecba07b0bf9b2 (patch) | |
tree | d06069ece6f99c3cf0da5708a7123865a7b27b86 | |
parent | 2ba8c2cebf4645bb6c9f50fc6804ed209b320f58 (diff) | |
download | txr-d4e7b8644f1824b268cb738d11cecba07b0bf9b2.tar.gz txr-d4e7b8644f1824b268cb738d11cecba07b0bf9b2.tar.bz2 txr-d4e7b8644f1824b268cb738d11cecba07b0bf9b2.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 |