Skip to content

Commit 8d4fa5a

Browse files
authored
Fix typo in lsp-ui-doc-position docstring (#725)
1 parent 9a8983d commit 8d4fa5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lsp-ui-doc.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Displays documentation of the symbol at point on hover. This only takes effect w
9090

9191
(defcustom lsp-ui-doc-position 'top
9292
"Where to display the doc when moving the point cursor.
93-
This affect the position of the documentation when `lsp-ui-doc-show-with-cursor'
94-
is non-nil."
93+
This affects the position of the documentation when
94+
`lsp-ui-doc-show-with-cursor' is non-nil."
9595
:type '(choice (const :tag "Top" top)
9696
(const :tag "Bottom" bottom)
9797
(const :tag "At point" at-point))

0 commit comments

Comments
 (0)