branch: elpa/magit
commit 919d5e9fe4b412b97fcd4f2210832588d691ddaf
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-section-heading-map: Docstring cosmetics
---
lisp/magit-section.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 78347bdb100..147f753ba82 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -396,8 +396,7 @@ no effect. This also has no effect for Emacs >= 28, where
(defvar-keymap magit-section-heading-map
:doc "Keymap used in the heading line of all expandable sections.
-This keymap is used in addition to the section-specific keymap,
-if any."
+This keymap is used in addition to the section-specific keymap, if any."
"<double-down-mouse-1>" #'ignore
"<double-mouse-1>" #'magit-mouse-toggle-section
"<double-mouse-2>" #'magit-mouse-toggle-section)