emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compact-docstrings b3b78b72b0 1/2: Fix harmless typo


From: ELPA Syncer
Subject: [elpa] externals/compact-docstrings b3b78b72b0 1/2: Fix harmless typo
Date: Sun, 6 Mar 2022 08:57:20 -0500 (EST)

branch: externals/compact-docstrings
commit b3b78b72b0e018c927af559841710fa702e7ce12
Author: Clément Pit-Claudel <clement.pitclaudel@live.com>
Commit: Clément Pit-Claudel <clement.pitclaudel@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

[Prev in Thread] Current Thread [Next in Thread]