Function: org-table-fedit-scroll
org-table-fedit-scroll is an interactive and byte-compiled function
defined in org-table.el.gz.
Signature
(org-table-fedit-scroll N)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defun org-table-fedit-scroll (N)
(interactive "p")
(let ((other-window-scroll-buffer (marker-buffer org-pos)))
(scroll-other-window N)))