branch: externals/compact-docstrings
commit 3b2233120d33943b8af65fec6257f0c16ad3c6fd
Merge: b3b78b72b0 4b1c9c89a4
Author: Clément Pit-Claudel <clement.pitclau...@live.com>
Commit: Clément Pit-Claudel <clement.pitclau...@live.com>

    Merge commit '4b1c9c89a4'
---
 compact-docstrings.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/compact-docstrings.el b/compact-docstrings.el
index 6dd06a4747..9459efc5be 100644
--- a/compact-docstrings.el
+++ b/compact-docstrings.el
@@ -1,4 +1,4 @@
-;;; compact-docstrings.el --- Shrink blank lines in docstrings and doc comments
+;;; compact-docstrings.el --- Shrink blank lines in docstrings and doc 
comments  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2016-2020  Free Software Foundation, Inc.
 
@@ -39,12 +39,10 @@
 
 (defface compact-docstrings-face
   '((t :height 0.5))
-  "Face applied to blank lines in docstrings."
-  :group 'compact-docstrings)
+  "Face applied to blank lines in docstrings.")
 
 (defcustom compact-docstrings-only-doc-blocks t
   "When nil, also shrink blank lines in regular strings and comments."
-  :group 'compact-docstrings
   :type 'boolean)
 
 (defun compact-docstrings--matcher (bound)

Reply via email to