Mercurial > emacs
changeset 22335:124e852c4cdf
(syms_of_keyboard): Doc fix for suggest-key-bindings.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 02 Jun 1998 15:49:47 +0000 |
parents | 979317421863 |
children | 0af99a2dc706 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Tue Jun 02 13:21:13 1998 +0000 +++ b/src/keyboard.c Tue Jun 02 15:49:47 1998 +0000 @@ -9066,7 +9066,7 @@ 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;