Variable: abbrev-start-location-buffer

abbrev-start-location-buffer is a variable defined in abbrev.el.gz.

Value

nil

Documentation

Buffer that abbrev-start-location has been set for.

Trying to expand an abbrev in any other buffer clears abbrev-start-location.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/abbrev.el.gz
(defvar abbrev-start-location-buffer nil
  "Buffer that `abbrev-start-location' has been set for.
Trying to expand an abbrev in any other buffer clears `abbrev-start-location'.")