Variable: icomplete-matches-format

icomplete-matches-format is a customizable variable defined in icomplete.el.gz.

Value

"%s/%s "

Documentation

Format of the current/total number of matches for the prompt prefix.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/icomplete.el.gz
(defcustom icomplete-matches-format "%s/%s "
  "Format of the current/total number of matches for the prompt prefix."
  :version "28.1"
  :type '(choice (const :tag "No prefix" nil)
                 (string :tag "Prefix format string")))