Function: which-key--butlast-string

which-key--butlast-string is a byte-compiled function defined in which-key.el.gz.

Signature

(which-key--butlast-string STR)

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defsubst which-key--butlast-string (str)
  (string-join (butlast (split-string str)) " "))