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
75b6f2712a
commit
ad90ff7cb2
|
@ -4084,8 +4084,8 @@ already hidden."
|
||||||
"Read column selection select as a list of numbers.
|
"Read column selection select as a list of numbers.
|
||||||
|
|
||||||
SELECT is a string containing column ranges, separated by white
|
SELECT is a string containing column ranges, separated by white
|
||||||
space characters, see `org-table-hide-column' for details. MAX
|
space characters, see `org-table-toggle-column-width' for details.
|
||||||
is the maximum column number.
|
MAX is the maximum column number.
|
||||||
|
|
||||||
Return value is a sorted list of numbers. Ignore any number
|
Return value is a sorted list of numbers. Ignore any number
|
||||||
outside of the [1;MAX] range."
|
outside of the [1;MAX] range."
|
||||||
|
|
Loading…
Reference in New Issue