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:
parent
eacc9aa3ca
commit
5e98599f50
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue