Skip to content

Commit

Permalink
Revert "#44 Just expansion of a doc string"
Browse files Browse the repository at this point in the history
This reverts commit aa4afe7.
  • Loading branch information
Tobias Zawada authored and Tobias Zawada committed Feb 1, 2024
1 parent aa4afe7 commit 19fc148
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adoc-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 19fc148

Please sign in to comment.