diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-11 23:55:48 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-11 23:55:48 -0700 |
commit | 151e5d5dd38015b1be948477d62bf6e8b908352e (patch) | |
tree | 3350067abf654312e3adb3d58a0bb96269b28163 | |
parent | 556dd7362f7a7ccb946c87b88e0685e606c7a9a6 (diff) | |
download | txr-151e5d5dd38015b1be948477d62bf6e8b908352e.tar.gz txr-151e5d5dd38015b1be948477d62bf6e8b908352e.tar.bz2 txr-151e5d5dd38015b1be948477d62bf6e8b908352e.zip |
doc: nonexistent tree-value-at
* txr.1: Fix typos: tree-value-at should be trie-value-at.
-rw-r--r-- | share/txr/stdlib/doc-syms.tl | 2 | ||||
-rw-r--r-- | txr.1 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/share/txr/stdlib/doc-syms.tl b/share/txr/stdlib/doc-syms.tl index 364aa8ac..f9cfaa55 100644 --- a/share/txr/stdlib/doc-syms.tl +++ b/share/txr/stdlib/doc-syms.tl @@ -1538,6 +1538,7 @@ ("tostop" "N-0072FF5E") ("fnr" "N-02E33A82") ("assq" "N-00123702") + ("trie-value-at" "N-012A1BAD") ("openlog" "N-037AA654") ("package-name" "N-038581D9") ("path-sep-chars" "N-03985DE5") @@ -1918,7 +1919,6 @@ ("verase" "N-01812D70") ("less" "N-01D6CEA1") ("*param-macro*" "N-03B67ED8") - ("tree-value-at" "N-012A5FAD") ("glob-nocheck" "N-0188409B") ("buf-put-i64" "N-007FC973") ("alist-nremove" "N-000CD07F") @@ -69720,7 +69720,7 @@ for each successive operation. If every character is found, it means that either that exact string is found in the trie, or a prefix. The ambiguity can be resolved by testing whether the trie has a value at the last node using -.codn tree-value-at . +.codn trie-value-at . For instance, if .str catalog is inserted into an empty trie with value @@ -69737,7 +69737,7 @@ indicating that .str cat is only a prefix of one or more entries in the trie. -.coNP Function @ tree-value-at +.coNP Function @ trie-value-at .synb .mets (trie-value-at << trie-context ) .syne |