0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 13:46:27 +00:00

org-element: Fix code typo

* contrib/lisp/org-element.el (org-element-object-successor-alist):
  Fix code typo.
This commit is contained in:
Nicolas Goaziou 2012-04-28 21:12:56 +02:00
parent fd5f561a3e
commit 3621634861

View file

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