Variable: kfile:escape-newlines
kfile:escape-newlines is a variable defined in kfile.el.
Value
t
Documentation
Value of print-escape-newlines used by kfile:print-to-string function.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kfile.el
;;; ************************************************************************
;;; Private variables
;;; ************************************************************************
(defvar kfile:escape-newlines t
"Value of `print-escape-newlines' used by `kfile:print-to-string' function.")