branch: externals/embark
commit 9c166c4b96a0b1e85401bcc6fb95ce021e7b5013
Merge: 195add1f1c 9ab3cf7cb7
Author: Omar AntolĂ­n Camarena <omar.anto...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #722 from tarsiiformes/quotequote
    
    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