소스 검색

org-manual: Add missing markup

* doc/org-manual.org (Using the Mapping API): Add `code' markup around
  ~save-excursion~, since this is an Elisp special form.
Nicolas Goaziou 7 년 전
부모
커밋
9b06cc975b
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      doc/org-manual.org

+ 6 - 6
doc/org-manual.org

@@ -20092,12 +20092,12 @@ at the beginning of the headline, call the function without arguments.
 Org returns an alist of return values of calls to the function.
 
 To avoid preserving point, Org wraps the call to {{{var(FUNC)}}} in
-save-excursion form.  After evaluation, Org moves point to the
-end of the line that was just processed.  Search continues from that
-point forward.  This may not always work as expected under some
-conditions, such as if the current sub-tree was removed by a previous
-archiving operation.  In such rare circumstances, Org skips the next
-entry entirely when it should not.  To stop Org from such skips, make
+~save-excursion~ form.  After evaluation, Org moves point to the end
+of the line that was just processed.  Search continues from that point
+forward.  This may not always work as expected under some conditions,
+such as if the current sub-tree was removed by a previous archiving
+operation.  In such rare circumstances, Org skips the next entry
+entirely when it should not.  To stop Org from such skips, make
 {{{var(FUNC)}}} set the variable ~org-map-continue-from~ to a specific
 buffer position.