Function: completion-preview--ignore
completion-preview--ignore is an interactive and byte-compiled
function defined in completion-preview.el.gz.
Signature
(completion-preview--ignore)
Documentation
Do nothing, including updating the completion preview.
This is the same as ignore, except that Completion Preview mode skips
hiding or updating the completion preview after this command runs.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/completion-preview.el.gz
(defun completion-preview--ignore ()
"Do nothing, including updating the completion preview.
This is the same as `ignore', except that Completion Preview mode skips
hiding or updating the completion preview after this command runs."
(interactive)
nil)