Variable: file-cache-completions-buffer

file-cache-completions-buffer is a customizable variable defined in filecache.el.gz.

Value

"*Completions*"

Documentation

Buffer to display completions when using the file cache.

Source Code

;; Defined in /usr/src/emacs/lisp/filecache.el.gz
;; Internal variables
;; This should be named *Completions* because that's what the function
;; switch-to-completions in simple.el expects
(defcustom file-cache-completions-buffer "*Completions*"
  "Buffer to display completions when using the file cache."
  :type 'string)