Variable: completion-cdabbrev-prompt-flag
completion-cdabbrev-prompt-flag is a customizable variable defined in
completion.el.gz.
Value
nil
Documentation
If non-nil, the next completion prompt does a cdabbrev search.
This can be time consuming.
Source Code
;; Defined in /usr/src/emacs/lisp/completion.el.gz
(defcustom completion-cdabbrev-prompt-flag nil
"If non-nil, the next completion prompt does a cdabbrev search.
This can be time consuming."
:type 'boolean)