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

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

[nongnu] elpa/markdown-mode 94ea3c6 3/8: Fix CI issue


From: ELPA Syncer
Subject: [nongnu] elpa/markdown-mode 94ea3c6 3/8: Fix CI issue
Date: Wed, 10 Feb 2021 01:57:11 -0500 (EST)

branch: elpa/markdown-mode
commit 94ea3c6c6d522b1424f8e8d77e06a62f309d98ef
Author: Sibi Prabakaran <sibi@psibi.in>
Commit: Sibi Prabakaran <sibi@psibi.in>

    Fix CI issue
---
 markdown-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/markdown-mode.el b/markdown-mode.el
index e1b2e13..3e4c48d 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -4333,9 +4333,9 @@ opening code fence and an info string."
   :type 'boolean)
 
 (defun markdown-insert-gfm-foldable-block ()
-  "Insert details disclosure element which creates a disclosure
-  widget that can be used for having foldable content. More
-  detais here 
'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details'"
+  "Insert details disclosure element to make content foldable.
+If a region is active, wrap this region with the disclosure
+element. More detais here 
'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details'."
   (interactive
    (let ((details-open-tag "<details>")
          (details-close-tag "</details>")



reply via email to

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