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

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

[elpa] externals/consult 676d497: Reformat consult--preview-function's w


From: ELPA Syncer
Subject: [elpa] externals/consult 676d497: Reformat consult--preview-function's wide docstring (#341)
Date: Tue, 22 Jun 2021 00:57:07 -0400 (EDT)

branch: externals/consult
commit 676d4970fcbb768d6f8c9c0f422aa32318378dd9
Author: Omar AntolĂ­n Camarena <omar.antolin@gmail.com>
Commit: GitHub <noreply@github.com>

    Reformat consult--preview-function's wide docstring (#341)
    
    Every single consult update I see a warning from the compiler about
    how this docstring is over 80 characters long! :D
---
 consult.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index d8310d6..dce443d 100644
--- a/consult.el
+++ b/consult.el
@@ -452,7 +452,8 @@ should not be considered as stable as the public API.")
 
 (defvar-local consult--preview-function nil
   "Minibuffer-local variable which exposes the current preview function.
-This function can be called by custom completion systems from outside the 
minibuffer.")
+This function can be called by custom completion systems from
+outside the minibuffer.")
 
 (defconst consult--tofu-char #x100000
   "Special character used to encode line prefixes for disambiguation.



reply via email to

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