From ad90ff7cb2e693068519a5d7d9786709bedc9b13 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sun, 28 Jan 2024 14:48:57 +0100 Subject: [PATCH] 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 Link: https://orgmode.org/list/CADwFkmnsjEg+d7ty0bjT5RGQiS-SdKcvRUy+KHDh+maa92bp1w@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 7de7dfdfc..92490f9f6 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -4084,8 +4084,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."