[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/graphql-mode c176b16a41 112/122: Fix header line documenta
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/graphql-mode c176b16a41 112/122: Fix header line documentation |
Date: |
Sat, 29 Jan 2022 08:03:39 -0500 (EST) |
branch: elpa/graphql-mode
commit c176b16a410de926df41feecfce1b5b18919210c
Author: Aleksandar Dimitrov <git@aleks.bg>
Commit: Aleksandar Dimitrov <git@aleks.bg>
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
- [nongnu] elpa/graphql-mode 74ee772a62 087/122: Merge pull request #26 from Malabarba/master, (continued)
- [nongnu] elpa/graphql-mode 74ee772a62 087/122: Merge pull request #26 from Malabarba/master, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode ebd6502c09 085/122: Merge pull request #25 from Malabarba/operation-bug, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode f1be68cea4 108/122: Add key binding for editing headers, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode 3cbaa5ef35 041/122: Add multiple queries definition and variables support, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode 4c942986fa 086/122: Also insert response headers in the buffer (with comment face), ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode 6f6b303af4 084/122: Merge pull request #24 from Malabarba/master, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode 301a218674 090/122: Enable json-mode for the output buffer., ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode fb84a08434 069/122: Make the dependency on request optional, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode e757919fe3 093/122: Merge pull request #30 from conao3/fix-warning, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode 2371316a75 116/122: Merge pull request #42 from adimit/headers-buffer, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode c176b16a41 112/122: Fix header line documentation,
ELPA Syncer <=
- [nongnu] elpa/graphql-mode 942d3c739a 113/122: Fix typo in key binding, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode 3e27ae34cd 115/122: Remember parent buffer & set g-e-h locally therein, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode d9d3bba569 088/122: added support for 'extend', 'scalar' and 'union' keywords, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode fe8d7e2db5 117/122: Add version attribute to package header, ELPA Syncer, 2022/01/29
- [nongnu] elpa/graphql-mode 6308d80a2c 121/122: Update parameter regex to match graphql standard, ELPA Syncer, 2022/01/29