From 0e0e751ef73eb16c15f2115ca50e39ecacf27032 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sat, 24 Feb 2024 21:09:41 +0530 Subject: [PATCH] Improve docstring of entrypoint function to the emacs client --- src/interface/emacs/khoj.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 626c41a6..2ed1a97f 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -1055,7 +1055,10 @@ Paragraph only starts at first text after blank line." ;;;###autoload (defun khoj () - "Provide natural, search assistance for your notes, documents and images." + "Search and chat with your knowledge base using your personal AI copilot. + +Collaborate with Khoj to search, understand, create, review and update your knowledge base. +Khoj can research across your org-mode, markdown notes, plaintext documents and the internet." (interactive) (when khoj-auto-setup (khoj-setup t))