[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/elisa 3f58a72f04 1/2: Fix typo in command name
From: |
ELPA Syncer |
Subject: |
[elpa] externals/elisa 3f58a72f04 1/2: Fix typo in command name |
Date: |
Mon, 27 Jan 2025 12:58:15 -0500 (EST) |
branch: externals/elisa
commit 3f58a72f0436a8bd41e11892eef6e1877e48c3b6
Author: Trevoke <Trevoke@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Fix typo in command name
---
README.org | 2 +-
elisa.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 29af50a377..fadc015e30 100644
--- a/README.org
+++ b/README.org
@@ -195,7 +195,7 @@ Enable all collections.
Disable collection.
-*** elisa-disble-all-collections
+*** elisa-disable-all-collections
Disable all collections.
diff --git a/elisa.el b/elisa.el
index 40db71640f..85a8012b99 100644
--- a/elisa.el
+++ b/elisa.el
@@ -1358,7 +1358,7 @@ It does nothing if buffer file not inside one of existing
collections."
(cl-remove col elisa-enabled-collections :test #'string=))))
;;;###autoload
-(defun elisa-disble-all-collections ()
+(defun elisa-disable-all-collections ()
"Disable all collections."
(interactive)
(mapc #'elisa-disable-collection elisa-enabled-collections))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/elisa 3f58a72f04 1/2: Fix typo in command name,
ELPA Syncer <=