aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-06-02 15:49:47 +0000
committerKarl Heuer1998-06-02 15:49:47 +0000
commitac52ebd5d88e560b1caa71497360acd433e8724a (patch)
treebaf409e1375b3881d57d45754009bf10d79679af
parentf734a13ec478c472c43b8cb72708924e8bc32cd6 (diff)
downloademacs-ac52ebd5d88e560b1caa71497360acd433e8724a.tar.gz
emacs-ac52ebd5d88e560b1caa71497360acd433e8724a.zip
(syms_of_keyboard): Doc fix for suggest-key-bindings.
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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.");
9066 Vdeferred_action_function = Qnil; 9066 Vdeferred_action_function = Qnil;
9067 9067
9068 DEFVAR_LISP ("suggest-key-bindings", &Vsuggest_key_bindings, 9068 DEFVAR_LISP ("suggest-key-bindings", &Vsuggest_key_bindings,
9069 "Non-nil means show the equivalent key-binding when M-x command has one.\n\ 9069 "*Non-nil means show the equivalent key-binding when M-x command has one.\n\
9070The value can be a length of time to show the message for.\n\ 9070The value can be a length of time to show the message for.\n\
9071If the value is non-nil and not a number, we wait 2 seconds."); 9071If the value is non-nil and not a number, we wait 2 seconds.");
9072 Vsuggest_key_bindings = Qt; 9072 Vsuggest_key_bindings = Qt;