소스 검색

org-table: Tiny rewording to docstring

* lisp/org-table.el (org-table--read-column-selection): Tiny
  rewording.
Nicolas Goaziou 7 년 전
부모
커밋
5411435633
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -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."