branch: elpa/graphql-mode
commit ccec811d0f1cb13e63e330234e408d56ba0f4d8e
Merge: 6b68045702d 6700768210e
Author: David Vázquez Púa <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #70 from tarsiiformes/silencio
    
    Fix new compiler warnings
---
 graphql-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphql-mode.el b/graphql-mode.el
index 4671efced6c..74170c77c96 100644
--- a/graphql-mode.el
+++ b/graphql-mode.el
@@ -216,8 +216,8 @@ VARIABLES is the variables alist.
 UPLOAD-FILES is a list of (VAR-NAME . FILE-PATH) cons cells.
 BOUNDARY is the multipart boundary string.
 
-Returns the complete multipart body as a unibyte string.
-Equivalent to curl -F 'query=...' -F 'variables=...' -F 'map=...' -F 
'file=@...'."
+Returns the complete multipart body as a unibyte string.  Equivalent
+to curl -F \\='query=...' -F \\='variables=...\\=' -F \\='map=...' -F 
\\='file=@...'."
   (let* ((map-obj '())
          (parts '()))
 

Reply via email to