Function: clojure-docstring-fill-prefix

clojure-docstring-fill-prefix is a byte-compiled function defined in clojure-mode.el.

Signature

(clojure-docstring-fill-prefix)

Documentation

The prefix string used by clojure-fill-paragraph.

It is simply clojure-docstring-fill-prefix-width number of spaces.

Source Code

;; Defined in ~/.emacs.d/elpa/clojure-mode-20260325.811/clojure-mode.el
(defsubst clojure-docstring-fill-prefix ()
  "The prefix string used by `clojure-fill-paragraph'.
It is simply `clojure-docstring-fill-prefix-width' number of spaces."
  (make-string clojure-docstring-fill-prefix-width ? ))