Variable: pixel-fill-respect-kinsoku
pixel-fill-respect-kinsoku is a customizable variable defined in
pixel-fill.el.gz.
Value
t
Documentation
If nil, fill even if we can't find a good kinsoku point.
Kinsoku is a Japanese word meaning a rule that should not be violated. In Emacs, it is a term used for characters, e.g. punctuation marks, parentheses, and so on, that should not be placed in the beginning of a line or the end of a line.
This variable was added, or its default value changed, in Emacs 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/pixel-fill.el.gz
(defcustom pixel-fill-respect-kinsoku t
"If nil, fill even if we can't find a good kinsoku point.
Kinsoku is a Japanese word meaning a rule that should not be violated.
In Emacs, it is a term used for characters, e.g. punctuation marks,
parentheses, and so on, that should not be placed in the beginning
of a line or the end of a line."
:type 'boolean
:version "29.1")