branch: elpa/doc-show-inline
commit 641c2c8bf55ec4a0f9da8dd99b95cd1464997a66
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: reformat with updated elisp-autofmt
---
doc-show-inline.el | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/doc-show-inline.el b/doc-show-inline.el
index afb80b8136..5c10f3cc67 100644
--- a/doc-show-inline.el
+++ b/doc-show-inline.el
@@ -215,12 +215,11 @@ Where positive brighten and negative numbers darken."
(let ((ov (pop overlays)))
(let ((face-prop (overlay-get ov 'face)))
(when face-prop
- (add-face-text-property
- (max (- (overlay-start ov) pos-beg) 0)
- (min (- (overlay-end ov) pos-beg) text-length)
- face-prop
- t
- text)))))
+ (add-face-text-property (max (- (overlay-start ov) pos-beg) 0)
+ (min (- (overlay-end ov) pos-beg)
text-length)
+ face-prop
+ t
+ text)))))
text))