summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Pit-Claudel <clement.pitclaudel@live.com>2022-03-05 18:39:58 -0800
committerClément Pit-Claudel <clement.pitclaudel@live.com>2022-03-05 18:39:58 -0800
commit3b2233120d33943b8af65fec6257f0c16ad3c6fd (patch)
tree952d792f76714a0c4bfd8bc437b8b16117ede51f
parentb3b78b72b0e018c927af559841710fa702e7ce12 (diff)
parent4b1c9c89a43ba8aba755c14a6dda9c13dcb12070 (diff)
Merge commit '4b1c9c89a4'externals/compact-docstrings
-rw-r--r--compact-docstrings.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/compact-docstrings.el b/compact-docstrings.el
index 6dd06a4..9459efc 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)