Variable: last-abbrev-text
last-abbrev-text is a variable defined in abbrev.el.gz.
Value
nil
Documentation
The exact text of the last abbrev that was expanded.
It is nil if the abbrev has already been unexpanded.
Source Code
;; Defined in /usr/src/emacs/lisp/abbrev.el.gz
(defvar last-abbrev-text nil
"The exact text of the last abbrev that was expanded.
It is nil if the abbrev has already been unexpanded.")