Browse Source

org-table.el (org-table-get-remote-range): Fix typo

* org-table.el (org-table-get-remote-range): Fix typo.
Bastien Guerry 12 năm trước cách đây
mục cha
commit
2c46ecee4f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -4975,7 +4975,7 @@ FORM is a field or range descriptor like \"@2$3\" or \"B3\" or
 \"@I$2..@II$2\".  All the references must be absolute, not relative.
 
 The return value is either a single string for a single field, or a
-list of the fields in the rectangle ."
+list of the fields in the rectangle."
   (save-match-data
     (let ((case-fold-search t) (id-loc nil)
 	  ;; Protect a bunch of variables from being overwritten