emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 5e98599f50: lisp/org-table.el: Fix reference to non


From: ELPA Syncer
Subject: [elpa] externals/org 5e98599f50: lisp/org-table.el: Fix reference to non-existing function
Date: Sun, 28 Jan 2024 09:58:16 -0500 (EST)

branch: externals/org
commit 5e98599f50c8a959638d653f8d4874bb8461f145
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    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
---
 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

[Prev in Thread] Current Thread [Next in Thread]