Function: ebnf-eop-horizontal

ebnf-eop-horizontal is a byte-compiled function defined in ebnf2ps.el.gz.

Signature

(ebnf-eop-horizontal WIDTH)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebnf2ps.el.gz
(defun ebnf-eop-horizontal (width)
  (ps-output (ebnf-format-float (+ width ebnf-production-horizontal-space))
	     " EOPH\n\n"))