Sfoglia il codice sorgente

org-table: Fix typo

* lisp/org-table.el (org-table-show-reference): Fix typo.
Nicolas Goaziou 10 anni fa
parent
commit
53592f4e25
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      lisp/org-table.el

+ 3 - 3
lisp/org-table.el

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