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

[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)



reply via email to

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