aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 2cbf06b3c0..15e9d6c811 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4559,7 +4559,7 @@ fullcommand({name}) *fullcommand()*
The string argument {name} may start with a `:` and can
include a [range], these are skipped and not returned.
Returns an empty string if a command doesn't exist or if it's
- ambiguous (for user-defined functions).
+ ambiguous (for user-defined commands).
For example `fullcommand('s')`, `fullcommand('sub')`,
`fullcommand(':%substitute')` all return "substitute".