Function: ses-tildefill-span

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

Signature

(ses-tildefill-span VALUE &optional PRINTER)

Documentation

Print VALUE, centered using tildes 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-tildefill-span (value &optional printer)
  "Print VALUE, centered using tildes within the span that starts in the
current column and continues until the next nonblank column."
  (ses-center-span value ?~ printer))