Browse Source

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 years ago
parent
commit
9b06cc975b
1 changed files with 6 additions and 6 deletions
  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.