Skip to content

Commit

Permalink
[#33] Describe purpose of adoc-kwf-search
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Zawada authored and Tobias Zawada committed Aug 2, 2023
1 parent 3ab5480 commit 7690cc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion adoc-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,9 @@ Subgroups of returned regexp:
Like `re-search-forward' with the same arguments
REGEXP, BOUND, NOERROR and COUNT.
If a match for REGEXP is found where the text property
`adoc-code-block' is non-nil continue the search."
`adoc-code-block' is non-nil continue the search.
This speeds up the search and avoids the application of
adoc-syntax to code blocks."
(let (ret)
(while (and
(setq ret (re-search-forward regexp bound noerror count))
Expand Down

0 comments on commit 7690cc8

Please sign in to comment.