emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/marginalia a8e73d9 198/241: Fix overly wide docstring w


From: Stefan Monnier
Subject: [elpa] externals/marginalia a8e73d9 198/241: Fix overly wide docstring warning
Date: Fri, 28 May 2021 20:49:26 -0400 (EDT)

branch: externals/marginalia
commit a8e73d9c9598105a001918a80feb1ad6a268a9f7
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@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

[Prev in Thread] Current Thread [Next in Thread]