]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keymap): Clarify that "modifier" is "modifier key"
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2011 21:12:36 +0000 (23:12 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2011 21:12:36 +0000 (23:12 +0200)
Fixes: debbugs:4257
src/ChangeLog
src/keymap.c

index 9bae32a8a98cea6827f1cec7c0cf7104b13c43fe..abd373dbc3e5bc1667ef05fca054f01f0e377da1 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
+       key" (bug#4257).
+
        * window.c (Fset_window_start): Doc fix (bug#4199).
        (Fset_window_hscroll): Ditto.
 
index d33af68be4805c24953639cb57fc9bb6ef08976b..0169276bef9e26c93c28124cbac426e9f1eccec1 100644 (file)
@@ -3712,11 +3712,11 @@ the same way.  The "active" keymaps in each alist are used before
   Vemulation_mode_map_alists = Qnil;
 
   DEFVAR_LISP ("where-is-preferred-modifier", Vwhere_is_preferred_modifier,
-              doc: /* Preferred modifier to use for `where-is'.
+              doc: /* Preferred modifier key to use for `where-is'.
 When a single binding is requested, `where-is' will return one that
-uses this modifier if possible.  If nil, or if no such binding exists,
-bindings using keys without modifiers (or only with meta) will be
-preferred.  */);
+uses this modifier key if possible.  If nil, or if no such binding
+exists, bindings using keys without modifiers (or only with meta) will
+be preferred.  */);
   Vwhere_is_preferred_modifier = Qnil;
   where_is_preferred_modifier = 0;