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 <stefankangas@gmail.com>
Link: https://orgmode.org/list/CADwFkmnsjEg+d7ty0bjT5RGQiS-SdKcvRUy+KHDh+maa92bp1w@mail.gmail.com
This commit is contained in:
Ihor Radchenko 2024-01-28 14:48:57 +01:00
parent eacc9aa3ca
commit 5e98599f50
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 2 deletions

View File

@ -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."