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

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

[elpa] externals/devdocs 6a6a1cb2be 2/3: Get rid of compilation warning


From: ELPA Syncer
Subject: [elpa] externals/devdocs 6a6a1cb2be 2/3: Get rid of compilation warning
Date: Sat, 23 Mar 2024 06:58:13 -0400 (EDT)

branch: externals/devdocs
commit 6a6a1cb2bef5e12f15832bb3147e1876c63471ac
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Get rid of compilation warning
---
 devdocs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devdocs.el b/devdocs.el
index d6361ec9af..f23cfc4c29 100644
--- a/devdocs.el
+++ b/devdocs.el
@@ -82,7 +82,7 @@ name and a count."
   :type '(choice (const :tag "Count in parentheses, italicized"
                         #("%s (%s)" 3 7 (face italic)))
                  (const :tag "Invisible cookie"
-                        #("%s (%s)" 2 7 (invisible t)))
+                        #("%s#%s" 2 5 (invisible t)))
                  string))
 
 (defcustom devdocs-fontify-code-blocks t



reply via email to

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