Variable: apropos--current

apropos--current is a variable defined in apropos.el.gz.

Value

nil

Documentation

List of current Apropos function followed by its arguments.

Used by apropos--revert-buffer to regenerate the current Apropos buffer. Each Apropos command should ensure it is set before apropos-mode makes it buffer-local.

Source Code

;; Defined in /usr/src/emacs/lisp/apropos.el.gz
(defvar apropos--current nil
  "List of current Apropos function followed by its arguments.
Used by `apropos--revert-buffer' to regenerate the current
Apropos buffer.  Each Apropos command should ensure it is set
before `apropos-mode' makes it buffer-local.")