[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/pulsar a179042c96 10/10: Placate the compiler about quo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/pulsar a179042c96 10/10: Placate the compiler about quoting a symbol in a doc string |
Date: |
Tue, 20 Aug 2024 12:58:58 -0400 (EDT) |
branch: externals/pulsar
commit a179042c961ef328bff3e89ff2ec28dc8dd8ca48
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Placate the compiler about quoting a symbol in a doc string
---
pulsar.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar.el b/pulsar.el
index 40ae486862..2ffc5133ed 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -514,7 +514,7 @@ If FUNC is a function alias, return the function alias
chain."
aliases))
(defun pulsar--resolve-function-aliases ()
- "Amend pulsar-pulse-functions to respect function aliases."
+ "Amend `pulsar-pulse-functions' to respect function aliases."
(setq pulsar-pulse-functions
(cl-union pulsar-pulse-functions
(cl-union (pulsar--find-fn-aliases pulsar-pulse-functions)
- [elpa] externals/pulsar updated (be7da4d90a -> a179042c96), ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar bfcde8f575 03/10: Merge pull request #12 from shipmints/function-aliases, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar e1ce78814c 02/10: Changed pulsar--find-fn-aliases to commandp to filter only interactive commands., ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar 478afa3ca2 04/10: Acknowledge shipmints for commits 2d212ee, e1ce788, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar 9f76a1136c 08/10: Fix typo in Commentary, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar b506118adf 09/10: Remove spacing from the front matter of README.org, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar a179042c96 10/10: Placate the compiler about quoting a symbol in a doc string,
ELPA Syncer <=
- [elpa] externals/pulsar 61c316d968 06/10: Corrected readme typo no to not. Added tab-previous for completeness., ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar d636a23a05 07/10: Merge pull request #13 from shipmints/typo-and-tab-alias, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar db89c709f4 05/10: Document the user option pulsar-resolve-pulse-function-aliases, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar 2d212eee94 01/10: Added optional support for pulsar-pulse-functions bi-directional alias resolution., ELPA Syncer, 2024/08/20