branch: externals/marginalia
commit a8e73d9c9598105a001918a80feb1ad6a268a9f7
Author: Omar Antolín <omar.anto...@gmail.com>
Commit: Omar Antolín <omar.anto...@gmail.com>
    Fix overly wide docstring warning
---
 marginalia.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 2402283..02e5f39 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -42,7 +42,8 @@
 (defcustom marginalia-truncate-width 80
   "Maximum truncation width of annotation fields.
 
-This value is adjusted in the `minibuffer-setup-hook' depending on the 
`window-width'."
+This value is adjusted in the `minibuffer-setup-hook' depending
+on the `window-width'."
   :type 'integer)
 
 (defcustom marginalia-separator-threshold 120

Reply via email to