Variable: nroff-electric-mode
nroff-electric-mode is a customizable and buffer-local variable
defined in nroff-mode.el.gz.
Documentation
Non-nil if Nroff-Electric mode is enabled.
Use the command nroff-electric-mode(var)/nroff-electric-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/nroff-mode.el.gz
(defcustom nroff-electric-mode nil
"Non-nil means automatically closing requests when you insert an open."
:type 'boolean)