lang/org: fix function description
This commit is contained in:
parent
58afee04d6
commit
3873d52c8d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ re-align the table if necessary. (Necessary because org-mode has a
|
|||
|
||||
;;;###autoload
|
||||
(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)
|
||||
(org-table-insert-column)
|
||||
(org-table-move-column-left))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue