Function: windmove-display-new-frame

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

Signature

(windmove-display-new-frame &optional ARG)

Documentation

Display the next buffer in a new frame.

Key Bindings

Source Code

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