summaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 9255003c67..78696fc650 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -605,7 +605,7 @@ f_prop_find(typval_T *argvars, typval_T *rettv)
if (argvars[0].v_type != VAR_DICT || argvars[0].vval.v_dict == NULL)
{
- emsg(_(e_invarg));
+ emsg(_(e_dictreq));
return;
}
dict = argvars[0].vval.v_dict;