diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 02fc4615acf..f00a3a265c5 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -625,6 +625,7 @@ Note additionally: (const :tag "ElDoc textual hint" eldoc-hint) (const :tag "Right besides point" nearby) (const :tag "In mode line" mode-line) + (const :tag "In left fringe" left-fringe) (const :tag "In margin" margin)) :package-version '(Eglot . "1.19"))