Function: transient-format-key

transient-format-key is a byte-compiled function defined in transient.el.gz.

Signature

(transient-format-key OBJ)

Documentation

Format OBJ's key for display and return the result.

Implementations

:around (transient-format-key (OBJ transient-argument)) in `transient.el'.

Handle `transient-highlight-mismatched-keys'.

(transient-format-key (OBJ transient-suffix)) in `transient.el'.

Format OBJ's `key' for display and return the result.

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(cl-defgeneric transient-format-key (obj)
  "Format OBJ's `key' for display and return the result.")