瀏覽代碼

src: Fix typo

* lisp/org-src.el (org-edit-latex-fragment): Fix typo.
Nicolas Goaziou 5 年之前
父節點
當前提交
b51d129f3f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-src.el

+ 1 - 1
lisp/org-src.el

@@ -977,7 +977,7 @@ Throw an error when not at such a table."
 	     (org-element-property :begin context)
 	     (- (org-element-property :end context)
 		(org-element-property :post-blank context))))
-	   (delim-length (if (string-match "\\`\\$[^$]" contents)) 1 2))
+	   (delim-length (if (string-match "\\`\\$[^$]" contents) 1 2)))
       ;; Make the LaTeX deliminators read-only.
       (add-text-properties 0 delim-length
 			   (list 'read-only "Cannot edit LaTeX deliminator"