Skip to content

Commit

Permalink
Fix typo in lsp-ui-doc-position docstring (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
rleppink authored Jul 23, 2022
1 parent 9a8983d commit 8d4fa5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsp-ui-doc.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Displays documentation of the symbol at point on hover. This only takes effect w

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

0 comments on commit 8d4fa5a

Please sign in to comment.