emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keymap.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Tue, 18 Apr 2006 20:58:59 +0000

Index: emacs/src/keymap.c
diff -u emacs/src/keymap.c:1.321 emacs/src/keymap.c:1.322
--- emacs/src/keymap.c:1.321    Sat Apr  8 14:20:10 2006
+++ emacs/src/keymap.c  Tue Apr 18 20:58:59 2006
@@ -3372,7 +3372,7 @@
       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);
        }
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]