소스 검색

org-element: Fix code typo

* contrib/lisp/org-element.el (org-element-object-successor-alist):
  Fix code typo.
Nicolas Goaziou 13 년 전
부모
커밋
3621634861
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      contrib/lisp/org-element.el

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

@@ -2773,8 +2773,8 @@ CONTENTS is nil."
   '((subscript . sub/superscript) (superscript . sub/superscript)
     (bold . text-markup) (code . text-markup) (italic . text-markup)
     (strike-through . text-markup) (underline . text-markup)
-    (verbatim . text-markup) (verbatim . text-markup)
-    (entity . latex-or-entity) (latex-fragment . latex-or-entity))
+    (verbatim . text-markup) (entity . latex-or-entity)
+    (latex-fragment . latex-or-entity))
   "Alist of translations between object type and successor name.
 
 Sharing the same successor comes handy when, for example, the