lang/org: fix function description

This commit is contained in:
Matthias Maurberger 2019-05-04 21:03:59 +02:00
parent 58afee04d6
commit 3873d52c8d

View file

@ -29,7 +29,7 @@ re-align the table if necessary. (Necessary because org-mode has a
;;;###autoload ;;;###autoload
(defun +org/table-insert-column-left () (defun +org/table-insert-column-left ()
"Insert a new column right of the current column." "Insert a new column left of the current column."
(interactive) (interactive)
(org-table-insert-column) (org-table-insert-column)
(org-table-move-column-left)) (org-table-move-column-left))