Variable: echo-keystrokes-help

echo-keystrokes-help is a customizable variable defined in keyboard.c.

Value

t

Documentation

Whether to append help text to echoed commands.

When non-nil, a reference to C-h is printed after echoed keystrokes.

This variable was added, or its default value changed, in Emacs 30.1.

View in manual

Probably introduced at or before Emacs version 30.1.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_BOOL ("echo-keystrokes-help", echo_keystrokes_help,
    doc: /* Whether to append help text to echoed commands.
When non-nil, a reference to `C-h' is printed after echoed
keystrokes.  */);