Function: ses-dashfill-span

ses-dashfill-span is a byte-compiled function defined in ses.el.gz.

Signature

(ses-dashfill-span VALUE &optional PRINTER)

Documentation

Print VALUE, centered using dashes.

Centers within the span that starts in the current column and continues until the next nonblank column.

Source Code

;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defun ses-dashfill-span (value &optional printer)
  "Print VALUE, centered using dashes.
Centers within the span that starts in the current column and continues
until the next nonblank column."
  (ses-center-span value ?- printer))