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

* org-table.el (org-table-get-remote-range): Fix typo.
This commit is contained in:
Bastien Guerry 2013-04-18 15:42:31 +02:00
parent 87e1e9406e
commit 2c46ecee4f
1 changed files with 1 additions and 1 deletions

View File

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