branch: elpa/highlight-parentheses
commit 02cb9848cd4164d5a6ec5def6f9b55891e294d00
Author: Nikolaj Schumacher <[email protected]>
Commit: Nikolaj Schumacher <[email protected]>
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)