Variable: text-mode-map

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

Value


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.")