Variable: completion-reference-buffer

completion-reference-buffer is a variable defined in simple.el.gz.

Value

nil

Documentation

Record the buffer that was current when the completion list was requested.

This is a local variable in the completion list buffer. Initial value is nil to avoid some compiler warnings.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar completion-reference-buffer nil
  "Record the buffer that was current when the completion list was requested.
This is a local variable in the completion list buffer.
Initial value is nil to avoid some compiler warnings.")