From 2c46ecee4fce45dc3aa16d2147726a6de5660a25 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 18 Apr 2013 15:42:31 +0200 Subject: [PATCH] org-table.el (org-table-get-remote-range): Fix typo * org-table.el (org-table-get-remote-range): Fix typo. --- lisp/org-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index 441870479..93c33b2b3 100644 --- a/lisp/org-table.el +++ b/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 -- 2.11.4.GIT