Variable: ses-print-data-boundary

ses-print-data-boundary is a variable defined in ses.el.gz.

Value

"\n\f\n"

Documentation

Marker string denoting the boundary between print area and data area.

Source Code

;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defconst ses-print-data-boundary "\n\014\n"
  "Marker string denoting the boundary between print area and data area.")