소스 검색

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"