aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index af881d73ccd..5962dfc2efd 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -3365,7 +3365,7 @@ describe_map (map, prefix, elt_describer, partial, shadow,
3365 if (vect[i].shadowed) 3365 if (vect[i].shadowed)
3366 { 3366 {
3367 SET_PT (PT - 1); 3367 SET_PT (PT - 1);
3368 insert_string (" (shadowed)"); 3368 insert_string ("\n (that binding is currently shadowed by another mode)");
3369 SET_PT (PT + 1); 3369 SET_PT (PT + 1);
3370 } 3370 }
3371 } 3371 }