global-superword-mode

global-superword-mode is an interactive autoloaded compiled Lisp function in `subword.el'.


(global-superword-mode &optional ARG)

Toggle Superword mode in all buffers.
With prefix ARG, enable Global-Superword mode if ARG is positive;
otherwise, disable it. If called from Lisp, enable the mode if
ARG is omitted or nil.

Superword mode is enabled in all buffers where
`(lambda nil (superword-mode 1))' would do it.
See `superword-mode' for more information on Superword mode.