Fix typo in documentation and clarify override behaviour

This commit is contained in:
Justin Frank 2019-04-15 12:53:45 -07:00
parent 48abc3cbf3
commit f49644e8ee

View File

@ -319,7 +319,8 @@ but not really useful in that context.
evaluated as if by source the first time *require-module <name>* is run.
*-override*:::
allow the module to replace and existing one with the same name
allow the module to replace an existing one with the same name. Fails if
the module has already been evaluated.
*require-module* <name>::
guarantees the commands associated with *name* have been evaluated before