branch: elpa/adoc-mode
commit 45af71bf175535e3105382a567562960cf704308
Author: Tobias Zawada <[email protected]>
Commit: TobiasZawada <[email protected]>

    #44 Just expansion of a doc string
---
 adoc-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/adoc-mode.el b/adoc-mode.el
index 1d7d4fd336..f7ddb2713b 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -1992,7 +1992,8 @@ LANG is a string, and the returned major mode is a 
symbol."
          (intern (concat (downcase lang) "-mode")))))
 
 (defun adoc-map-intervals (fun property &optional beg end object)
-  "Apply FUN to all intervals of PROPERTY in OBJECT in the region from BEG to 
END."
+  "Apply FUN to all intervals of PROPERTY in OBJECT in the region from BEG to 
END.
+FUN is called with two arguments: the beginning and the end of the interval."
   (unless object (setq object (current-buffer)))
   (unless beg (setq beg (point-min)))
   (unless end (setq end (point-max)))

Reply via email to