Function: windmove-swap-states-right

windmove-swap-states-right is an autoloaded, interactive and byte-compiled function defined in windmove.el.gz.

Signature

(windmove-swap-states-right)

Documentation

Swap the states with the window on the right from the current one.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/windmove.el.gz
;;;###autoload
(defun windmove-swap-states-right ()
  "Swap the states with the window on the right from the current one."
  (interactive)
  (windmove-swap-states-in-direction 'right))