branch: elpa/adoc-mode
commit cb7bb8f9d1c4af5de8f9ee64ddacb49fe5c98d2f
Author: Tobias Zawada <[email protected]>
Commit: TobiasZawada <[email protected]>
Revert "#44 Just expansion of a doc string"
This reverts commit aa4afe79e225519b0dd7d41ea42d6a9847cab78e.
---
adoc-mode.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/adoc-mode.el b/adoc-mode.el
index f7ddb2713b..1d7d4fd336 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -1992,8 +1992,7 @@ 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.
-FUN is called with two arguments: the beginning and the end of the interval."
+ "Apply FUN to all intervals of PROPERTY in OBJECT in the region from BEG to
END."
(unless object (setq object (current-buffer)))
(unless beg (setq beg (point-min)))
(unless end (setq end (point-max)))