Harmonize some idiosyncrancies introduced

For now, we are going with ``command`` for builtins and fish scripts,
and **keyword** for parser keywords like if or and.
This commit is contained in:
Aaron Gyes
2021-12-17 15:20:46 -08:00
parent af61ea1325
commit 4c6da2091d
5 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ contains - test if a word is present in a list
Synopsis
--------
``contains`` [**options**] *KEY* [*VALUES* ...]
**contains** [**options**] *KEY* [*VALUES* ...]
Description
-----------