浏览代码

org-element: Fixing typo's

Gustav Wikström 5 年之前
父节点
当前提交
60e5faf676
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org-element.el

+ 2 - 2
lisp/org-element.el

@@ -973,7 +973,7 @@ Return value is a plist."
 Return a list whose CAR is `headline' and CDR is a plist
 Return a list whose CAR is `headline' and CDR is a plist
 containing `:raw-value', `:title', `:begin', `:end',
 containing `:raw-value', `:title', `:begin', `:end',
 `:pre-blank', `:contents-begin' and `:contents-end', `:level',
 `:pre-blank', `:contents-begin' and `:contents-end', `:level',
-`:priority', `:tags', `:todo-keyword',`:todo-type', `:scheduled',
+`:priority', `:tags', `:todo-keyword', `:todo-type', `:scheduled',
 `:deadline', `:closed', `:archivedp', `:commentedp'
 `:deadline', `:closed', `:archivedp', `:commentedp'
 `:footnote-section-p', `:post-blank' and `:post-affiliated'
 `:footnote-section-p', `:post-blank' and `:post-affiliated'
 keywords.
 keywords.
@@ -2879,7 +2879,7 @@ Assume point is at the beginning of the snippet."
 
 
 When at a footnote reference, return a list whose car is
 When at a footnote reference, return a list whose car is
 `footnote-reference' and cdr a plist with `:label', `:type',
 `footnote-reference' and cdr a plist with `:label', `:type',
-`:begin', `:end', `:content-begin', `:contents-end' and
+`:begin', `:end', `:contents-begin', `:contents-end' and
 `:post-blank' as keywords.  Otherwise, return nil."
 `:post-blank' as keywords.  Otherwise, return nil."
   (when (looking-at org-footnote-re)
   (when (looking-at org-footnote-re)
     (let ((closing (with-syntax-table org-element--pair-square-table
     (let ((closing (with-syntax-table org-element--pair-square-table