Function: windmove-display-same-window

windmove-display-same-window is an autoloaded, interactive and byte-compiled function defined in windmove.el.gz.

Signature

(windmove-display-same-window &optional ARG)

Documentation

Display the next buffer in the same window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/windmove.el.gz
;;;###autoload
(defun windmove-display-same-window (&optional arg)
  "Display the next buffer in the same window."
  (interactive "P")
  (windmove-display-in-direction 'same-window arg))