summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index 4cef479..1891eec 100644
--- a/bog.el
+++ b/bog.el
@@ -597,7 +597,7 @@ If the citekey file prompt is slow to appear, consider enabling
(browse-url (bog-citekey-as-search-url citekey)))
(defun bog-citekey-as-search-url (citekey)
- "Return URL to use for search."
+ "Return URL to use for CITEKEY search."
(format bog-web-search-url (bog-citekey-groups-with-delim citekey "+")))