Variable: help-event-list

help-event-list is a customizable variable defined in keyboard.c.

Value

(help f1 63)

Documentation

List of input events to recognize as meaning Help.

These work just like the value of help-char (see that).

View in manual

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_LISP ("help-event-list", Vhelp_event_list,
	       doc: /* List of input events to recognize as meaning Help.
These work just like the value of `help-char' (see that).  */);