Function: isearch-toggle-word

isearch-toggle-word is an interactive and byte-compiled function defined in isearch.el.gz.

Signature

(isearch-toggle-word)

Documentation

Toggle word searching on or off.

Turning on word search turns off regexp mode.

View in manual

Probably introduced at or before Emacs version 23.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/isearch.el.gz
(isearch-define-mode-toggle word "w" word-search-regexp "\
Turning on word search turns off regexp mode.")