branch: externals/kiwix
commit f9cae99d4ac2ffc65087da72be38838f50abd6c2
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@gmail.com>

    Improve kiwix-server-type docstring
---
 kiwix.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index 0beebf5..979a478 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -81,9 +81,9 @@
 
 (defcustom kiwix-server-type 'docker-remote
   "Specify the kiwix-serve type.
-- remote docker service
-- local docker service
-- local kiwix-serve service"
+- 'docker-remote :: remote docker service
+- 'docker-local  :: local docker service
+- 'kiwix-serve-local :: local kiwix-serve service"
   :type '(choice
           (const :tag "Remote Docker Service" docker-remote)
           (const :tag "Local Docker Service" docker-local)

Reply via email to