Function: org-call-for-shift-select
org-call-for-shift-select is a byte-compiled function defined in
org.el.gz.
Signature
(org-call-for-shift-select CMD)
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-call-for-shift-select (cmd)
(let ((this-command-keys-shift-translated t))
(call-interactively cmd)))