Commit 27d6e79
authored
Remove trailing whitespace from `lsp-describe-thing-at-point' (#4576)
When calling `lsp-describe-thing-at-point' trailing whitespace can leak
into the help buffer. Depending on the face settings, this whitespace
can be visibile.
Instead of removing trailing whitespace at the end of the buffer, do so
on a line-by-line basis.
Fixes #45721 parent 3893940 commit 27d6e79
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5409 | 5409 | | |
5410 | 5410 | | |
5411 | 5411 | | |
5412 | | - | |
| 5412 | + | |
| 5413 | + | |
| 5414 | + | |
| 5415 | + | |
5413 | 5416 | | |
5414 | 5417 | | |
5415 | 5418 | | |
| |||
0 commit comments