diff --git a/eldoc-box.el b/eldoc-box.el index 5caffb4..813a3e5 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -202,6 +202,7 @@ STR has to be a proper documentation, not empty string, not nil, etc." (erase-buffer) (insert str) (goto-char (point-min)) + (visual-line-mode) (run-hook-with-args 'eldoc-box-buffer-hook)) (eldoc-box--get-frame doc-buffer)))