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)
  (setq-local outline-search-function #'outline-search-level
              outline-level (lambda () 1)
              outline-minor-mode-cycle t
              outline-minor-mode-highlight t
              outline-minor-mode-use-buttons 'insert))