diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-02-03 23:16:23 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-02-03 23:16:23 -0800 |
commit | f4c54fbad69d1181057fe5025f537802b9eec610 (patch) | |
tree | 0f932e4c51fd2436f931ba6de04d2526c27635ef /stdlib/doc-syms.tl | |
parent | 55dca8cda3825e0f338584ff853a8fc78b98b328 (diff) | |
download | txr-f4c54fbad69d1181057fe5025f537802b9eec610.tar.gz txr-f4c54fbad69d1181057fe5025f537802b9eec610.tar.bz2 txr-f4c54fbad69d1181057fe5025f537802b9eec610.zip |
getopts: break up help into three functions.
* lisplib.c (getopts_set_entries): Autoload for
opthelp-conventions and opthelp-types.
* stdlib/getopts.tl (opthelp): Remove incnotes parameter.
Entirely trim out the code for notes about conventions and use
of types.
(opthel-conventions, opthelp-types): New functions.
(option-base opthelp-conventions, option-base opthelp-types):
New methods.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 71302389..a296a126 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -1397,7 +1397,9 @@ ("opost" "N-03BD477F") ("opt" "N-0047F5AB") ("opt-desc" "N-03FC5092") - ("opthelp" "N-016C6171") + ("opthelp" "N-010286EC") + ("opthelp-conventions" "N-010286EC") + ("opthelp-types" "N-010286EC") ("opts" "N-01D911E8") ("or" "D-001A") ("orec" "N-0003ED2C") |