* eglot.el (eglot-help-at-point): set nobreak-char-display
Copyright-paperwork-exempt: yes
GitHub-reference: fix https://github.com/joaotavora/eglot/issues/345
(with-current-buffer (eglot--help-buffer)
(with-help-window (current-buffer)
(rename-buffer (format "*eglot-help for %s*" sym))
- (with-current-buffer standard-output (insert blurb)))))))
+ (with-current-buffer standard-output (insert blurb))
+ (setq-local nobreak-char-display nil))))))
(defun eglot-doc-too-large-for-echo-area (string)
"Return non-nil if STRING won't fit in echo area.