From cb7bb8f9d1c4af5de8f9ee64ddacb49fe5c98d2f Mon Sep 17 00:00:00 2001 From: Tobias Zawada Date: Thu, 1 Feb 2024 21:43:45 +0100 Subject: [PATCH] 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 f7ddb27..1d7d4fd 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)))