diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2018-01-02 23:09:37 +0000 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2018-01-02 23:09:37 +0000 |
| commit | 7b6af9c2713192ced7889b717aca5549d5afbf8d (patch) | |
| tree | 6c778c16cc0ec7c9ea89bfc094af4e7194c5e570 | |
| parent | 08233ef9e9a4aacf046d7b0177b5d53bd5c9e926 (diff) | |
Silence byte-compiler warning
| -rw-r--r-- | helpful.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
