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

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

[nongnu] elpa/highlight-parentheses 02cb984 11/49: Clean up doc strings.


From: ELPA Syncer
Subject: [nongnu] elpa/highlight-parentheses 02cb984 11/49: Clean up doc strings.
Date: Sun, 15 Aug 2021 03:57:43 -0400 (EDT)

branch: elpa/highlight-parentheses
commit 02cb9848cd4164d5a6ec5def6f9b55891e294d00
Author: Nikolaj Schumacher <git@nschum.de>
Commit: Nikolaj Schumacher <git@nschum.de>

    Clean up doc strings.
---
 highlight-parentheses.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/highlight-parentheses.el b/highlight-parentheses.el
index 64f59c3..dbcd23d 100644
--- a/highlight-parentheses.el
+++ b/highlight-parentheses.el
@@ -62,21 +62,21 @@
 
 (defcustom hl-paren-colors
   '("firebrick1" "IndianRed1" "IndianRed3" "IndianRed4")
-  "*List of colors for the highlighted parentheses.
+  "List of colors for the highlighted parentheses.
 The list starts with the the inside parentheses and moves outwards."
   :type '(repeat color)
   :set 'hl-paren-set
   :group 'highlight-parentheses)
 
 (defcustom hl-paren-background-colors nil
-  "*List of colors for the background highlighted parentheses.
+  "List of colors for the background highlighted parentheses.
 The list starts with the the inside parentheses and moves outwards."
   :type '(repeat color)
   :set 'hl-paren-set
   :group 'highlight-parentheses)
 
 (defface hl-paren-face nil
-  "*Face used for highlighting parentheses.
+  "Face used for highlighting parentheses.
 Color attributes might be overriden by `hl-paren-colors' and
 `hl-paren-background-colors'."
   :group 'highlight-parentheses)



reply via email to

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