Function: org-table-fedit-line-up
org-table-fedit-line-up is an interactive and byte-compiled function
defined in org-table.el.gz.
Signature
(org-table-fedit-line-up)
Documentation
Move cursor one line up in the window showing the table.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defun org-table-fedit-line-up ()
"Move cursor one line up in the window showing the table."
(interactive)
(org-table-fedit-move 'previous-line))