From: Karl Heuer Date: Tue, 2 Jun 1998 15:49:47 +0000 (+0000) Subject: (syms_of_keyboard): Doc fix for suggest-key-bindings. X-Git-Tag: emacs-20.3~742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac52ebd5d88e560b1caa71497360acd433e8724a;p=emacs.git (syms_of_keyboard): Doc fix for suggest-key-bindings. --- diff --git a/src/keyboard.c b/src/keyboard.c index a3dd95e0f7d..3d1e6649074 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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;