summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-25 23:42:58 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-25 23:42:58 +0100
commit54114356331fed85d69b2e5c31c03cdf81ea22ef (patch)
treec89bb1f514546524d6b8e13c2d4feaaf48d1ef62
parent9cf9f56ff624c7e3e9e5545b5d8ef15fd981d3fe (diff)
downloadorg-mode-54114356331fed85d69b2e5c31c03cdf81ea22ef.tar.gz
org-table: Tiny rewording to docstring
* lisp/org-table.el (org-table--read-column-selection): Tiny rewording.
-rw-r--r--lisp/org-table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index a0a3295..05bdf09 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."