Variable: eldoc-last-data
eldoc-last-data is a variable defined in eldoc.el.gz.
This variable is obsolete since 25.1; use your own instead
Value
[nil nil nil]
Documentation
Bookkeeping; elements are as follows:
0 - contains the last symbol read from the buffer.
1 - contains the string last displayed in the echo area for variables,
or argument string for functions.
2 - function if function args, variable if variable documentation.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/eldoc.el.gz
;; Not a constant.
(defvar eldoc-last-data (make-vector 3 nil)
"Bookkeeping; elements are as follows:
0 - contains the last symbol read from the buffer.
1 - contains the string last displayed in the echo area for variables,
or argument string for functions.
2 - `function' if function args, `variable' if variable documentation.")