branch: elpa/graphql-mode
commit c176b16a410de926df41feecfce1b5b18919210c
Author: Aleksandar Dimitrov <[email protected]>
Commit: Aleksandar Dimitrov <[email protected]>
Fix header line documentation
---
graphql-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphql-mode.el b/graphql-mode.el
index 6583d1f819..59b9ce7842 100644
--- a/graphql-mode.el
+++ b/graphql-mode.el
@@ -440,7 +440,7 @@ interactively with `\\[graphql-edit-headers]'."
(define-key map (kbd "C-c C-k") 'graphql-edit-headers-abort)
map)
(setq header-line-format (substitute-command-keys "Edit GraphQL query
headers. Save with \
-`\\[graphql-edit-headers-save]' or abort with
`\\[graphql-edit-headers-abort]'")))
+`\\[graphql-edit-headers-accept]' or abort with
`\\[graphql-edit-headers-abort]'")))
;;;###autoload