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

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

[nongnu] elpa/graphql-mode 41df2a3140 019/122: Add docstring for graphql


From: ELPA Syncer
Subject: [nongnu] elpa/graphql-mode 41df2a3140 019/122: Add docstring for graphql-mode
Date: Sat, 29 Jan 2022 08:03:29 -0500 (EST)

branch: elpa/graphql-mode
commit 41df2a314030f2dbca9dc463cd5a569d69fd8374
Author: David Vazquez Pua <davazp@gmail.com>
Commit: David Vazquez Pua <davazp@gmail.com>

    Add docstring for graphql-mode
---
 graphql-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphql-mode.el b/graphql-mode.el
index 91ffdd0c71..ab72334375 100644
--- a/graphql-mode.el
+++ b/graphql-mode.el
@@ -191,8 +191,7 @@ response from the server."
 
 ;;;###autoload
 (define-derived-mode graphql-mode prog-mode "GraphQL"
-  ""
-  (make-variable-buffer-local 'graphql-url)
+  "A major mode to edit GraphQL schemas."
   (setq-local comment-start "# ")
   (setq-local comment-start-skip "#+[\t ]*")
   (setq-local indent-line-function 'graphql-indent-line)



reply via email to

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