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

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

[elpa] externals/kiwix 33e8cbb 106/192: fix functions docstring.


From: Stefan Monnier
Subject: [elpa] externals/kiwix 33e8cbb 106/192: fix functions docstring.
Date: Sat, 19 Dec 2020 00:41:42 -0500 (EST)

branch: externals/kiwix
commit 33e8cbba7b77b5407f7ff65d4a0da00b368403ce
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    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)



reply via email to

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