emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org f995425d06: org-table-convert-region: Update docstr


From: ELPA Syncer
Subject: [elpa] externals/org f995425d06: org-table-convert-region: Update docstring
Date: Mon, 21 Nov 2022 21:57:54 -0500 (EST)

branch: externals/org
commit f995425d06e6a9a6a7033e5609df5163ffe6f5d2
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-table-convert-region: Update docstring
    
    * lisp/org-table.el (org-table-convert-region): Mention when an error
    can be thrown in the docstring.
---
 lisp/org-table.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/org-table.el b/lisp/org-table.el
index a65abf850e..fda955c1d0 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -859,7 +859,11 @@ SIZE is a string Columns x Rows like for example \"3x2\"."
   "Convert region to a table.
 
 The region goes from BEG0 to END0, but these borders will be moved
-slightly, to make sure a beginning of line in the first line is included.
+slightly, to make sure a beginning of line in the first line is
+included.
+
+Throw an error when the region has more than
+`org-table-convert-region-max-lines' lines.
 
 SEPARATOR specifies the field separator in the lines.  It can have the
 following values:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]