aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-01-02 23:09:37 +0000
committerWilfred Hughes <me@wilfred.me.uk>2018-01-02 23:09:37 +0000
commit7b6af9c2713192ced7889b717aca5549d5afbf8d (patch)
tree6c778c16cc0ec7c9ea89bfc094af4e7194c5e570
parent08233ef9e9a4aacf046d7b0177b5d53bd5c9e926 (diff)
Silence byte-compiler warning
-rw-r--r--helpful.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index 9d05852..544ab8b 100644
--- a/helpful.el
+++ b/helpful.el
@@ -62,7 +62,8 @@
show the value of buffer-local variables.")
(defgroup helpful nil
- "A rich help system with contextual information.")
+ "A rich help system with contextual information."
+ :group 'helpful)
(defcustom helpful-max-buffers
5