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

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

[elpa] externals/consult af11b72f62: Fix compiler warning about docstrin


From: ELPA Syncer
Subject: [elpa] externals/consult af11b72f62: Fix compiler warning about docstring wider than 80 characters (#658)
Date: Fri, 30 Sep 2022 18:57:26 -0400 (EDT)

branch: externals/consult
commit af11b72f628c1ff0b051bb4180bfdb7833d64e40
Author: dr-scsi <59777257+dr-scsi@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Fix compiler warning about docstring wider than 80 characters (#658)
    
    * consult.el (consult-highlight-match): Slightly re-write docstring.
---
 consult.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 77d326dbef..1afd21e1bb 100644
--- a/consult.el
+++ b/consult.el
@@ -355,7 +355,8 @@ Each element of the list must have the form \\='(char name 
handler)."
 
 (defface consult-highlight-match
   '((t :inherit match))
-  "Face used to highlight matches in the completion candidates, e.g., in 
`consult-grep'.")
+  "Face used to highlight matches in the completion candidates.
+Used for example in `consult-grep'.")
 
 (defface consult-preview-match
   '((t :inherit isearch))



reply via email to

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