Function
editor:variable-value name &optional kind where
:current,:global or:mode. The default value of kind is:current. The argument where should be the name of a buffer. :ask-user. (editor:variable-value "Add Newline At Eof On Writing File")
(setf
(editor:variable-value
"Add Newline At Eof On Writing File")
nil)
editor:variable-value-if-boundFunction
editor:variable-value-if-bound name &optional kind where
NIL is returned. The argument kind can take the value:current,:global or :mode. The default value of kind is:current. Note that where should be the name of a buffer.