diff options
| author | Karl Heuer | 1998-06-02 15:49:47 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-06-02 15:49:47 +0000 |
| commit | ac52ebd5d88e560b1caa71497360acd433e8724a (patch) | |
| tree | baf409e1375b3881d57d45754009bf10d79679af | |
| parent | f734a13ec478c472c43b8cb72708924e8bc32cd6 (diff) | |
| download | emacs-ac52ebd5d88e560b1caa71497360acd433e8724a.tar.gz emacs-ac52ebd5d88e560b1caa71497360acd433e8724a.zip | |
(syms_of_keyboard): Doc fix for suggest-key-bindings.
| -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; |