branch: externals/compact-docstrings
commit b3b78b72b0e018c927af559841710fa702e7ce12
Author: Clément Pit-Claudel <clement.pitclau...@live.com>
Commit: Clément Pit-Claudel <clement.pitclau...@live.com>

    Fix harmless typo
---
 compact-docstrings.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compact-docstrings.el b/compact-docstrings.el
index db224a22fd..6dd06a4747 100644
--- a/compact-docstrings.el
+++ b/compact-docstrings.el
@@ -62,7 +62,7 @@
     found))
 
 (defconst compact-docstrings--keywords
-  '((compact-docstrings--matcher 0 'compact-docstrings-face prepend)) 'append)
+  '((compact-docstrings--matcher 0 'compact-docstrings-face prepend)))
 
 ;;;###autoload
 (define-minor-mode compact-docstrings-mode

Reply via email to