Function: crm-completion-help

crm-completion-help is an interactive and byte-compiled function defined in crm.el.gz.

Signature

(crm-completion-help)

Documentation

Display a list of possible completions of the current minibuffer element.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/crm.el.gz
(defun crm-completion-help ()
  "Display a list of possible completions of the current minibuffer element."
  (interactive)
  (crm--completion-command beg end
    (minibuffer-completion-help beg end))
  nil)