Function: org-table-fedit-ref-left
org-table-fedit-ref-left is an interactive and byte-compiled function
defined in org-table.el.gz.
Signature
(org-table-fedit-ref-left)
Documentation
Shift the reference at point one field to the left.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defun org-table-fedit-ref-left ()
"Shift the reference at point one field to the left."
(interactive)
(org-table-fedit-shift-reference 'left))