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

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

[elpa] externals/kiwix 8100281 04/13: highlight ivy and helm symbols in


From: Stefan Monnier
Subject: [elpa] externals/kiwix 8100281 04/13: highlight ivy and helm symbols in docstring
Date: Mon, 4 Jan 2021 01:12:50 -0500 (EST)

branch: externals/kiwix
commit 810028157ec8678c43c2d1f81b0564a4ff980d19
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: stardiviner <numbchild@gmail.com>

    highlight ivy and helm symbols in docstring
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index d3e194e..73989eb 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -122,7 +122,7 @@
 (defcustom kiwix-default-completing-read (cond ((fboundp 'ivy-read) 'ivy)
                                                ((fboundp 'helm) 'helm))
   "Kiwix default completion frontend.
-Currently Ivy ('ivy) and Helm ('helm) both supported."
+Currently Ivy (`ivy') and Helm (`helm') both supported."
   :type 'symbol
   :safe #'symbolp)
 



reply via email to

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