Function: markdown-table-move-column-right

markdown-table-move-column-right is an interactive and byte-compiled function defined in markdown-mode.el.

Signature

(markdown-table-move-column-right)

Documentation

Move table column at point to the right.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-table-move-column-right ()
  "Move table column at point to the right."
  (interactive)
  (markdown-table-move-column nil))