mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
Make the icomplete-in-buffer doc string document more
* lisp/icomplete.el (icomplete-in-buffer): Note what this variable does and doesn't do (bug#45768).
This commit is contained in:
parent
e8488bcc9c
commit
e13744780f
1 changed files with 3 additions and 1 deletions
|
|
@ -139,7 +139,9 @@ See `icomplete-delay-completions-threshold'."
|
|||
:type 'integer)
|
||||
|
||||
(defvar icomplete-in-buffer nil
|
||||
"If non-nil, also use Icomplete when completing in non-mini buffers.")
|
||||
"If non-nil, also use Icomplete when completing in non-mini buffers.
|
||||
This affects commands like `complete-in-region', but not commands
|
||||
like `dabbrev-completion', which uses its own completion setup.")
|
||||
|
||||
(defcustom icomplete-minibuffer-setup-hook nil
|
||||
"Icomplete-specific customization of minibuffer setup.
|
||||
|
|
|
|||
Loading…
Reference in a new issue