소스 검색

org-element: Fix code typo

* contrib/lisp/org-element.el (org-element-string-restrictions):
  Correct name for both verbatim and emphasis successor is
  text-markup.
Nicolas Goaziou 13 년 전
부모
커밋
0f29f23b06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/lisp/org-element.el

+ 1 - 1
contrib/lisp/org-element.el

@@ -2538,7 +2538,7 @@ superscript.")
     (inlinetask entity inline-babel-call latex-fragment link macro radio-target
 		sub/superscript text-markup time-stamp)
     (item entity inline-babel-call latex-fragment macro radio-target
-	  sub/superscript target verbatim)
+	  sub/superscript target text-markup)
     (keyword entity latex-fragment macro sub/superscript text-markup)
     (table entity latex-fragment macro text-markup)
     (verse entity footnote-reference inline-babel-call inline-src-block