We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lsp-ui-doc-position
1 parent 9a8983d commit 8d4fa5aCopy full SHA for 8d4fa5a
lsp-ui-doc.el
@@ -90,8 +90,8 @@ Displays documentation of the symbol at point on hover. This only takes effect w
90
91
(defcustom lsp-ui-doc-position 'top
92
"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."
+This affects the position of the documentation when
+`lsp-ui-doc-show-with-cursor' is non-nil."
95
:type '(choice (const :tag "Top" top)
96
(const :tag "Bottom" bottom)
97
(const :tag "At point" at-point))
0 commit comments