branch: externals/consult
commit 676d4970fcbb768d6f8c9c0f422aa32318378dd9
Author: Omar AntolĂ­n Camarena <omar.anto...@gmail.com>
Commit: GitHub <nore...@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