Variable: string-edit-minor-mode

string-edit-minor-mode is a buffer-local variable defined in string-edit.el.gz.

Documentation

Non-nil if String-Edit minor mode is enabled.

Use the command string-edit-minor-mode(var)/string-edit-minor-mode(fun) to change this variable.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/string-edit.el.gz
(define-minor-mode string-edit-minor-mode
  "Minor mode for editing strings"
  :lighter "String"
  :interactive nil)