branch: elpa/magit
commit cf1e12980c16f33b586b473c0f69ecf32bcf533d
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-section-visibility-indicator: Fix custom type
---
lisp/magit-section.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 752d34f4ced..21e6cad9097 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -234,15 +234,15 @@ Otherwise the value has to have one of these three forms:
(cons :tag "Use >v fringe indicators"
(const magit-fringe-bitmap>)
(const magit-fringe-bitmapv))
- (cons :tag "Use bold >v fringe indicators)"
+ (cons :tag "Use bold >v fringe indicators"
(const magit-fringe-bitmap-bold>)
(const magit-fringe-bitmap-boldv))
(cons :tag "Use custom fringe indicators"
(variable :tag "Expandable bitmap variable")
(variable :tag "Collapsible bitmap variable"))
(cons :tag "Use margin indicators"
- (char :tag "Expandable char" ?+)
- (char :tag "Collapsible char" ?-))
+ (character :tag "Expandable char" ?+)
+ (character :tag "Collapsible char" ?-))
(cons :tag "Use ellipses at end of headings"
(string :tag "Ellipsis" "…")
(choice :tag "Use face kludge"