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

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

[elpa] externals/embark 9ab3cf7cb7 1/2: Fix quoting in docstring


From: ELPA Syncer
Subject: [elpa] externals/embark 9ab3cf7cb7 1/2: Fix quoting in docstring
Date: Fri, 7 Jun 2024 18:58:06 -0400 (EDT)

branch: externals/embark
commit 9ab3cf7cb7e9cc2110212874abf4b0a6ae65668e
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix quoting in docstring
---
 embark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index 660d9324f9..d00968d1f7 100644
--- a/embark.el
+++ b/embark.el
@@ -871,7 +871,7 @@ property respectively."
 (defmacro embark-define-thingatpt-target (thing &rest modes)
   "Define a target finder for THING using the thingatpt library.
 The function defined is named embark-target-NAME-at-point and it
-uses (thing-at-point 'THING) to find its targets.
+uses (thing-at-point \\='THING) to find its targets.
 
 If any MODES are given, the target finder only applies to buffers
 in one of those major modes."



reply via email to

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