Variable: git-commit-elisp-text-mode-abbrev-table

git-commit-elisp-text-mode-abbrev-table is a variable defined in git-commit.el.

Value

#<obarray n=1>

Documentation

Abbrev table for git-commit-elisp-text-mode.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-commit.el
;;; Elisp Text Mode

(define-derived-mode git-commit-elisp-text-mode text-mode "ElText"
  "Major mode for editing commit messages of elisp projects.
This is intended for use as `git-commit-major-mode' for projects
that expect `symbols' to look like this.  I.e., like they look in
Elisp doc-strings, including this one.  Unlike in doc-strings,
\"strings\" also look different than the other text."
  (setq font-lock-defaults '(git-commit-elisp-text-mode-keywords)))