branch: elpa/gptel
commit 72324988c29ba7b80fd884552d0f24c2d053eb73
Author: rgkirch <6143833+rgki...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    gptel-org: Update docstring for clarity (#936)
    
    gptel-org.el (gptel-org-set-topic): Update docstring.
---
 gptel-org.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gptel-org.el b/gptel-org.el
index caa870b62b..6d1d6e68dc 100644
--- a/gptel-org.el
+++ b/gptel-org.el
@@ -171,8 +171,8 @@ adding elements to this list can significantly slow down
 (defun gptel-org-set-topic (topic)
   "Set a TOPIC and limit this conversation to the current heading.
 
-This limits the context sent to the LLM to the text between the
-current heading and the cursor position."
+This limits the context sent to the LLM to the text between the current
+heading (i.e. the heading with the topic set) and the cursor position."
   (interactive
    (list
     (progn

Reply via email to