]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard): Doc fix for suggest-key-bindings.
authorKarl Heuer <kwzh@gnu.org>
Tue, 2 Jun 1998 15:49:47 +0000 (15:49 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 2 Jun 1998 15:49:47 +0000 (15:49 +0000)
src/keyboard.c

index a3dd95e0f7d72e22122478933aa053b35226339e..3d1e664907431abf9b362430d49cc2ed2498c365 100644 (file)
@@ -9066,7 +9066,7 @@ whenever `deferred-action-list' is non-nil.");
   Vdeferred_action_function = Qnil;
 
   DEFVAR_LISP ("suggest-key-bindings", &Vsuggest_key_bindings,
-    "Non-nil means show the equivalent key-binding when M-x command has one.\n\
+    "*Non-nil means show the equivalent key-binding when M-x command has one.\n\
 The value can be a length of time to show the message for.\n\
 If the value is non-nil and not a number, we wait 2 seconds.");
   Vsuggest_key_bindings = Qt;