aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lexers/LexBash.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/lexers/LexBash.cxx b/lexers/LexBash.cxx
index 3a8c7ce13..4bcecc761 100644
--- a/lexers/LexBash.cxx
+++ b/lexers/LexBash.cxx
@@ -163,8 +163,7 @@ struct OptionSetBash : public OptionSet<OptionsBash> {
OptionSetBash() {
DefineProperty("fold", &OptionsBash::fold);
- DefineProperty("fold.comment", &OptionsBash::foldComment,
- "This option enables folding multi-line comments.");
+ DefineProperty("fold.comment", &OptionsBash::foldComment);
DefineProperty("fold.compact", &OptionsBash::foldCompact);