emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/adoc-mode cb7bb8f9d1 6/8: Revert "#44 Just expansion of a


From: ELPA Syncer
Subject: [nongnu] elpa/adoc-mode cb7bb8f9d1 6/8: Revert "#44 Just expansion of a doc string"
Date: Thu, 1 Feb 2024 16:01:27 -0500 (EST)

branch: elpa/adoc-mode
commit cb7bb8f9d1c4af5de8f9ee64ddacb49fe5c98d2f
Author: Tobias Zawada <TOZ@esi-group.com>
Commit: TobiasZawada <i@tn-home.de>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]