Function: s-region-move-p2
s-region-move-p2 is an interactive and byte-compiled function defined
in s-region.el.gz.
Signature
(s-region-move-p2 &rest ARG)
Documentation
This is an overlay function to point-moving keys that are interactive "P".
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/s-region.el.gz
(defun s-region-move-p2 (&rest arg)
"This is an overlay function to point-moving keys that are interactive \"P\"."
(interactive "P")
(apply (function s-region-move) arg))