Variable: global-visual-line-mode
global-visual-line-mode is a customizable variable defined in
simple.el.gz.
Value
nil
Documentation
Non-nil if Global Visual-Line mode is enabled.
See the global-visual-line-mode(var)/global-visual-line-mode(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function global-visual-line-mode(var)/global-visual-line-mode(fun).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(define-globalized-minor-mode global-visual-line-mode
visual-line-mode turn-on-visual-line-mode)