Skip to content

Commit f721020

Browse files
authored
Add back comment
1 parent caa6444 commit f721020

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gptel.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,9 @@ Later plists in the sequence take precedence over earlier ones."
10061006
(gptel--json-read))))
10071007

10081008
(defun gptel-auto-scroll ()
1009-
"Scroll window if LLM response continues below viewport."
1009+
"Scroll window if LLM response continues below viewport.
1010+
1011+
Note: This will move the cursor."
10101012
(when-let* ((win (get-buffer-window (current-buffer) 'visible))
10111013
((not (pos-visible-in-window-p (point) win)))
10121014
(scroll-error-top-bottom t))

0 commit comments

Comments
 (0)