aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index ce59f5ad52..f0145344a4 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -1811,7 +1811,7 @@ nvim_parse_cmd({str}, {opts}) *nvim_parse_cmd()*
range items were specified.
• count: (number) Any |<count>| that was supplied to the command. -1
if command cannot take a count.
- • reg: (number) The optional command |<register>|, if specified. Empty
+ • reg: (string) The optional command |<register>|, if specified. Empty
string if not specified or if command cannot take a register.
• bang: (boolean) Whether command contains a |<bang>| (!) modifier.
• args: (array) Command arguments.