Function: pixel-fill--char-breakable-p

pixel-fill--char-breakable-p is a byte-compiled function defined in pixel-fill.el.gz.

Signature

(pixel-fill--char-breakable-p CHAR)

Documentation

Return non-nil if a line can be broken before and after CHAR.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/pixel-fill.el.gz
(define-inline pixel-fill--char-breakable-p (char)
  "Return non-nil if a line can be broken before and after CHAR."
  (inline-quote (aref fill-find-break-point-function-table ,char)))