Function: s-region-move-p1
s-region-move-p1 is an interactive and byte-compiled function defined
in s-region.el.gz.
Signature
(s-region-move-p1 &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-p1 (&rest arg)
"This is an overlay function to point-moving keys that are interactive \"p\"."
(interactive "p")
(apply (function s-region-move) arg))