Function: org-table-fedit-line-down

org-table-fedit-line-down is an interactive and byte-compiled function defined in org-table.el.gz.

Signature

(org-table-fedit-line-down)

Documentation

Move cursor one line down 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-down ()
  "Move cursor one line down in the window showing the table."
  (interactive)
  (org-table-fedit-move 'next-line))