From ac52ebd5d88e560b1caa71497360acd433e8724a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 2 Jun 1998 15:49:47 +0000 Subject: [PATCH] (syms_of_keyboard): Doc fix for suggest-key-bindings. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2