diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
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\ |
| 9070 | The value can be a length of time to show the message for.\n\ | 9070 | The value can be a length of time to show the message for.\n\ |
| 9071 | If the value is non-nil and not a number, we wait 2 seconds."); | 9071 | If the value is non-nil and not a number, we wait 2 seconds."); |
| 9072 | Vsuggest_key_bindings = Qt; | 9072 | Vsuggest_key_bindings = Qt; |