diff --git a/src/keymap.c b/src/keymap.c index fa33fc34bc0..2a4fa196067 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -3372,7 +3372,7 @@ describe_map (map, prefix, elt_describer, partial, shadow, if (vect[i].shadowed) { SET_PT (PT - 1); - insert_string (" (shadowed)"); + insert_string ("\n (that binding is currently shadowed by another mode)"); SET_PT (PT + 1); } }