org-table: Fix typo

* lisp/org-table.el (org-table-show-reference): Fix typo.
This commit is contained in:
Nicolas Goaziou 2015-01-23 00:16:58 +01:00
parent a0095ce1a7
commit 53592f4e25

View file

@ -3902,9 +3902,9 @@ With prefix ARG, apply the new formulas to the table."
(substring (match-string 0) 0 -1)
"$100"))
'range)
((or (org-in-regexp- org-table-range-regexp2)
(org-in-regexp- org-table-translate-regexp)
(org-in-regexp- org-table-range-regexp))
((or (org-in-regexp org-table-range-regexp2)
(org-in-regexp org-table-translate-regexp)
(org-in-regexp org-table-range-regexp))
(setq match
(save-match-data
(org-table-convert-refs-to-rc (match-string 0))))