From adccd6e6f55874c777d2bb47c9610913545f094f Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 9 Jan 2022 09:42:36 +0100 Subject: [PATCH] function.rst: remove ellipsis since there is no repetition Alternatively we could say *COMMANDS*... or similar. --- doc_src/cmds/function.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/function.rst b/doc_src/cmds/function.rst index 0e5b9dce5..2ec3d990a 100644 --- a/doc_src/cmds/function.rst +++ b/doc_src/cmds/function.rst @@ -6,7 +6,7 @@ function - create a function Synopsis -------- -**function** *NAME* [*OPTIONS*]; BODY ...; **end** +**function** *NAME* [*OPTIONS*]; *BODY*; **end** Description