summaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 9f80ba8455..09339a28c1 100644
--- a/src/map.c
+++ b/src/map.c
@@ -2723,7 +2723,8 @@ do_exmap(exarg_T *eap, int isabbrev)
{
case 1: emsg(_(e_invarg));
break;
- case 2: emsg((isabbrev ? _(e_no_such_abbreviation) : _(e_nomap)));
+ case 2: emsg((isabbrev ? _(e_no_such_abbreviation)
+ : _(e_no_such_mapping)));
break;
}
}