org-table: Tiny rewording to docstring

* lisp/org-table.el (org-table--read-column-selection): Tiny
  rewording.
This commit is contained in:
Nicolas Goaziou 2018-01-25 23:42:58 +01:00
parent 9cf9f56ff6
commit 5411435633
1 changed files with 1 additions and 1 deletions

View File

@ -3972,7 +3972,7 @@ outside of the [1;MAX] range."
#'<))) #'<)))
(defun org-table--shrink-columns (columns beg end) (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, COLUMNS is a sorted list of column numbers. BEG and END are,
respectively, the beginning position and the end position of the respectively, the beginning position and the end position of the
table." table."