Function: completion-shorthand-all-completions

completion-shorthand-all-completions is a byte-compiled function defined in minibuffer.el.gz.

Signature

(completion-shorthand-all-completions STRING TABLE PRED POINT)

Source Code

;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defun completion-shorthand-all-completions (_string _table _pred _point)
  ;; no-op: For now, we don't want shorthands to list all the possible
  ;; locally active longhands.  For the completion categories where
  ;; this style is active, it could hide other more interesting
  ;; matches from subsequent styles.
  nil)