From 230c82fc9590cfa056f6d1b3798af41e38144fea Mon Sep 17 00:00:00 2001 From: carehabit <165479941+carehabit@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:30:10 +0800 Subject: [PATCH] docs: remove unintended repetition Signed-off-by: carehabit --- lisp/doom-lib.el | 2 +- modules/lang/graphql/README.org | 2 +- modules/lang/org/config.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/doom-lib.el b/lisp/doom-lib.el index 9f996d3e7..fd6f34967 100644 --- a/lisp/doom-lib.el +++ b/lisp/doom-lib.el @@ -936,7 +936,7 @@ VARIABLES is a list of variable settings of the form (VAR VALUE), where VAR is the name of the variable (a string) and VALUE is its value (also a string). -The previous values will be be restored upon exit." +The previous values will be restored upon exit." (declare (indent 1) (debug (sexp body))) (unless (consp variables) (error "Invalid VARIABLES: %s" variables)) diff --git a/modules/lang/graphql/README.org b/modules/lang/graphql/README.org index 7a6952545..e09e32f00 100644 --- a/modules/lang/graphql/README.org +++ b/modules/lang/graphql/README.org @@ -91,7 +91,7 @@ query GetContinents($continentCode: String!) { With this module, there are 3 ways to view schemas: + =+graphql-doc-open-config= which uses a local [[https://github.com/jimkyndemeyer/graphql-config-examples][=.graphqlconfig=]] file to seed endpoints to query + =graphql-doc= which prompts you to select an endpoint based on ones added manually by =graphql-doc-add-api= -+ =graphql-doc-open-url= which prompts to to manually enter an endpoint url ++ =graphql-doc-open-url= which prompts to manually enter an endpoint url When using the doc viewer, there are a few bindings for navigating around. diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index ffbfbb19b..bc2b720b8 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -1188,7 +1188,7 @@ between the two." :hook (org-mode . org-eldoc-load) :init (setq org-eldoc-breadcrumb-separator " → ") :config - ;; HACK Fix #2972: infinite recursion when eldoc kicks in in 'org' or 'python' + ;; HACK Fix #2972: infinite recursion when eldoc kicks in 'org' or 'python' ;; src blocks. ;; TODO Should be reported upstream! (puthash "org" #'ignore org-eldoc-local-functions-cache)