branch: elpa/doc-show-inline
commit f2c98aa329928f98db76173c4f4cffb90b490817
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: emacs native format (update)
---
doc-show-inline.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc-show-inline.el b/doc-show-inline.el
index 453453178f..4ab5318883 100644
--- a/doc-show-inline.el
+++ b/doc-show-inline.el
@@ -392,7 +392,8 @@ the point should not be moved by this function."
(let ((ov (pop overlays-in-view)))
(when (and (overlay-get ov 'doc-show-inline) (overlay-buffer ov))
(doc-show-inline--log-info
- "removing overlay in %S at point %d" (current-buffer)
+ "removing overlay in %S at point %d"
+ (current-buffer)
;; Start & end are the same.
(overlay-start ov))
(delete-overlay ov)))))))