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:
Ihor Radchenko 2024-03-13 17:14:04 +03:00
parent 2773904cfb
commit 7653e58f6d
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 1 deletions

View File

@ -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)