Function: global-visual-line-mode
global-visual-line-mode is an interactive and byte-compiled function
defined in simple.el.gz.
Signature
(global-visual-line-mode &optional ARG)
Documentation
Toggle Visual-Line mode in all buffers.
With prefix ARG, enable Global Visual-Line mode if ARG is positive; otherwise, disable it.
If called from Lisp, toggle the mode if ARG is toggle.
Enable the mode if ARG is nil, omitted, or is a positive number.
Disable the mode if ARG is a negative number.
Visual-Line mode is enabled in all buffers where
turn-on-visual-line-mode would do it.
See visual-line-mode(var)/visual-line-mode(fun) for more information on Visual-Line mode.
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)