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.
This commit is contained in:
Nicolas Goaziou 2018-06-23 09:14:01 +02:00
parent cccaca986e
commit 9b06cc975b
1 changed files with 6 additions and 6 deletions

View File

@ -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.