Function: orderless-literal-prefix

orderless-literal-prefix is a byte-compiled function defined in orderless.el.

Signature

(orderless-literal-prefix COMPONENT)

Documentation

Match COMPONENT as a literal prefix string.

Source Code

;; Defined in ~/.emacs.d/elpa/orderless-20260519.1029/orderless.el
(defun orderless-literal-prefix (component)
  "Match COMPONENT as a literal prefix string."
  `(seq bos (literal ,component)))