org-table-next-row: Improve docstring
* lisp/org-table.el (org-table-next-row): Explain what happens when the next row is outside table or when it is an hline. Link: https://orgmode.org/list/B35D543F-6A6C-4F7D-913F-E8CBB6B9BC1B@gmail.com
This commit is contained in:
parent
2773904cfb
commit
7653e58f6d
|
@ -1142,7 +1142,8 @@ With numeric argument N, move N-1 fields forward first."
|
|||
;;;###autoload
|
||||
(defun org-table-next-row ()
|
||||
"Go to the next row (same column) in the current table.
|
||||
Before doing so, re-align the table if necessary."
|
||||
When next row is an hline or outside the table, create a new empty
|
||||
row. Before doing so, re-align the table if necessary."
|
||||
(interactive)
|
||||
(org-table-maybe-eval-formula)
|
||||
(org-table-maybe-recalculate-line)
|
||||
|
|
Loading…
Reference in New Issue