Variable: apropos-mode-abbrev-table

apropos-mode-abbrev-table is a variable defined in apropos.el.gz.

Value

[## 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]

Documentation

Abbrev table for apropos-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/apropos.el.gz
(define-derived-mode apropos-mode special-mode "Apropos"
  "Major mode for following hyperlinks in output of apropos commands.

\\{apropos-mode-map}"
  (make-local-variable 'apropos--current)
  (setq-local revert-buffer-function #'apropos--revert-buffer))