branch: externals/marginalia
commit ce1e90a85475445bca96b2d8ae228bf0ef6773b8
Author: Piotr Kwiecinski <piokwiecin...@gmail.com>
Commit: GitHub <nore...@github.com>

    marginalia-max-relative-age: reformat wide docstring (#117)
---
 marginalia.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index a6ef0f9..13c8405 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -72,7 +72,8 @@ It can also be set to an integer value of 1 or larger to 
force an offset."
 (defcustom marginalia-max-relative-age (* 60 60 24 14)
   "Maximum relative age in seconds displayed by the file annotator.
 
-Set to `most-positive-fixnum' to always use a relative age, or 0 to never show 
a relative age."
+Set to `most-positive-fixnum' to always use a relative age, or 0 to never show
+a relative age."
   :type 'integer)
 
 (defcustom marginalia-annotator-registry

Reply via email to