branch: externals/kiwix
commit 33e8cbba7b77b5407f7ff65d4a0da00b368403ce
Author: stardiviner <[email protected]>
Commit: stardiviner <[email protected]>
fix functions docstring.
---
kiwix.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kiwix.el b/kiwix.el
index 5c38bf4..2d3e544 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -230,6 +230,7 @@ for query string and library interactively."
;;;###autoload
(defun kiwix-at-point-interactive ()
+ "Interactively input to query with kiwix."
(interactive)
(let ((current-prefix-arg t))
(call-interactively 'kiwix-at-point)))
@@ -253,7 +254,7 @@ for query string and library interactively."
;; for open wiki search query with local application database.
(defun kiwix-org-get-library (link)
- "Get library from Org-mode link."
+ "Get library from Org-mode `LINK'."
(if (string-match-p "[a-zA-Z\ ]+" (match-string 2 link)) ; validate query is
English
;; convert between libraries full name and abbrev.
(kiwix-get-library-fullname (or (match-string 1 link)