diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml
index 222a8115..24ff91ba 100644
--- a/common/locale/en-US/map.xml
+++ b/common/locale/en-US/map.xml
@@ -642,11 +642,11 @@
Example:
- :command foo -nargs=? -complete custom,
- \ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]]
+ :command foo -nargs=? -complete custom,
+ \ function (context) context.completions = [["arg1", "description1"], ["arg2", "description2"]]
\ :echo Useless + <q-args>
-:command foo -nargs=?
+:command foo -nargs=?
\ -complete custom,[["arg1", "description1"], ["arg2, "description2"]]
\ :echo Same as above but simpler + <q-args>