Skip to content

Commit

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

0 comments on commit aa4afe7

Please sign in to comment.