Skip to content

Commit bc6e308

Browse files
committed
fix: docstring
1 parent 4495dc0 commit bc6e308

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sideline-eglot.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ This can be used to insert, for example, an unicode character: 💡"
7474
"Holds candidates.")
7575

7676
(defun sideline-eglot--async-candidates (callback &rest _)
77-
"Request eglot's candidates."
77+
"Request eglot's candidates.
78+
79+
The argument CALLBACK is used to display `sideline' information."
7880
(let ((buffer (current-buffer)))
7981
(jsonrpc-async-request
8082
(eglot-current-server)

0 commit comments

Comments
 (0)