From 54114356331fed85d69b2e5c31c03cdf81ea22ef Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 25 Jan 2018 23:42:58 +0100 Subject: [PATCH] org-table: Tiny rewording to docstring * lisp/org-table.el (org-table--read-column-selection): Tiny rewording. --- lisp/org-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index a0a3295df..05bdf0985 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -3972,7 +3972,7 @@ outside of the [1;MAX] range." #'<))) (defun org-table--shrink-columns (columns beg end) - "Shrink COLUMNS in an Org table. + "Shrink COLUMNS in a table. COLUMNS is a sorted list of column numbers. BEG and END are, respectively, the beginning position and the end position of the table."