branch: externals/org
commit 5e98599f50c8a959638d653f8d4874bb8461f145
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    lisp/org-table.el: Fix reference to non-existing function
    
    * lisp/org-table.el (org-table--read-column-selection): Fix the
    docstring, pointing to the right function that explains the format of
    SELECT argument.
    
    Reported-by: Stefan Kangas <[email protected]>
    Link: 
https://orgmode.org/list/cadwfkmnsjeg+d7ty0bjt5rgqis-sdkcvruy+khdh+maa92b...@mail.gmail.com
---
 lisp/org-table.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-table.el b/lisp/org-table.el
index cf48161d2c..562b035c32 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -4092,8 +4092,8 @@ already hidden."
   "Read column selection select as a list of numbers.
 
 SELECT is a string containing column ranges, separated by white
-space characters, see `org-table-hide-column' for details.  MAX
-is the maximum column number.
+space characters, see `org-table-toggle-column-width' for details.
+MAX is the maximum column number.
 
 Return value is a sorted list of numbers.  Ignore any number
 outside of the [1;MAX] range."

Reply via email to