Variable: text-mode-map

text-mode-map is a variable defined in text-mode.el.gz.

Value

C-M-i  ispell-complete-word

Documentation

Keymap for text-mode.

Many other modes, such as mail-mode and outline-mode, inherit all the commands defined in this map.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/text-mode.el.gz
(defvar-keymap text-mode-map
  :doc "Keymap for `text-mode'.
Many other modes, such as `mail-mode' and `outline-mode', inherit
all the commands defined in this map."
  "C-M-i" #'ispell-complete-word)