CCL program reads a character sequence and writes a byte sequence
as an encoding result.
-`:inhibit-nul-byte-detection'
+`:inhibit-null-byte-detection'
- VALUE non-nil means Emacs ignore null bytes on code detection.
+ VALUE non-nil means Emacs should ignore null bytes on code detection.
-See the variable `inhibit-nul-byte-detection'. This attribute
+See the variable `inhibit-null-byte-detection'. This attribute
is meaningful only when `:coding-type' is `undecided'.
+ If VALUE is t, Emacs will ignore null bytes unconditionally while
+ detecting encoding. If VALUE is non-nil and not t, Emacs will
+ ignore null bytes if `inhibit-null-byte-detection' is non-nil.
`:inhibit-iso-escape-detection'