Function: org-texinfo--filter-section-blank-lines

org-texinfo--filter-section-blank-lines is a byte-compiled function defined in ox-texinfo.el.gz.

Signature

(org-texinfo--filter-section-blank-lines HEADLINE BACKEND INFO)

Documentation

Filter controlling number of blank lines after a section.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
(defun org-texinfo--filter-section-blank-lines (headline _backend _info)
  "Filter controlling number of blank lines after a section."
  (replace-regexp-in-string "\n\\(?:\n[ \t]*\\)*\\'" "\n\n" headline))