(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 9bae32a..abd373d 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 d33af68..0169276 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;