Variable: completion-base-affixes
completion-base-affixes is a variable defined in simple.el.gz.
Value
nil
Documentation
Base context of the text corresponding to the shown completions.
This variable is used in the *Completions* buffer. Its value is a list of the form (PREFIX SUFFIX) where PREFIX is the text before the place where completion should be inserted, and SUFFIX is the text after the completion.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar completion-base-affixes nil
"Base context of the text corresponding to the shown completions.
This variable is used in the *Completions* buffer.
Its value is a list of the form (PREFIX SUFFIX) where PREFIX is the text
before the place where completion should be inserted, and SUFFIX is the text
after the completion.")